-- MySQL dump 10.19  Distrib 10.3.39-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost    Database: betterhealthtech
-- ------------------------------------------------------
-- Server version	10.3.39-MariaDB-0ubuntu0.20.04.2

/*!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 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2025-07-22 14:07:43','2025-07-22 14:07:43','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com/\">Gravatar</a>.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_e_events`
--

DROP TABLE IF EXISTS `wp_e_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_events` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created_at_index` (`created_at`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_events`
--

LOCK TABLES `wp_e_events` WRITE;
/*!40000 ALTER TABLE `wp_e_events` DISABLE KEYS */;
INSERT INTO `wp_e_events` VALUES (1,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2025-07-22T19:14:27.027-05:00\"}','2025-07-22 19:14:27'),(2,'{\"event\":\"skip\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\"}\",\"ts\":\"2025-07-22T19:14:30.724-05:00\"}','2025-07-22 19:14:30'),(3,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"chooseFeatures\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2025-07-22T19:14:30.753-05:00\"}','2025-07-22 19:14:30'),(4,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"goodToGo\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2025-07-22T19:14:33.498-05:00\"}','2025-07-22 19:14:33'),(5,'{\"event\":\"skip\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"chooseFeatures\\\"}\",\"ts\":\"2025-07-22T19:14:33.475-05:00\"}','2025-07-22 19:14:33'),(6,'{\"event\":\"skip\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"goodToGo\\\"}\",\"ts\":\"2025-07-22T19:14:34.331-05:00\"}','2025-07-22 19:14:34');
/*!40000 ALTER TABLE `wp_e_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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 '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=1272 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'cron','a:11:{i:1753346756;a:0:{}i:1755094063;a:2:{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: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:1755094068;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:1755094082;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:1755094464;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:1755094880;a:1:{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:1755097663;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:1755099463;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:1755101263;a:1:{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;}}}i:1755612574;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;}}}s:7:\"version\";i:2;}','on'),(2,'siteurl','https://betterhealthtech.server1.purelogics.net','on'),(3,'home','https://betterhealthtech.server1.purelogics.net','on'),(4,'blogname','The Better Care','on'),(5,'blogdescription','','on'),(6,'users_can_register','0','on'),(7,'admin_email','hammad.mubashar@purelogics.net','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:122:{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:45:\"elementskit-content/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"elementskit-content/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"elementskit-content/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"elementskit-content/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"elementskit-content/(.+?)/embed/?$\";s:52:\"index.php?elementskit_content=$matches[1]&embed=true\";s:38:\"elementskit-content/(.+?)/trackback/?$\";s:46:\"index.php?elementskit_content=$matches[1]&tb=1\";s:46:\"elementskit-content/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&paged=$matches[2]\";s:53:\"elementskit-content/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&cpage=$matches[2]\";s:42:\"elementskit-content/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementskit_content=$matches[1]&page=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";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: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:3:{i:0;s:23:\"elementor/elementor.php\";i:1;s:35:\"envato-elements/envato-elements.php\";i:2;s:39:\"wp-file-manager/file_folder_manager.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:3:{i:0;s:82:\"/home/betterhealthtech/public_html/wp-content/themes/hello-elementor/functions.php\";i:2;s:78:\"/home/betterhealthtech/public_html/wp-content/themes/hello-elementor/style.css\";i:3;s:0:\"\";}','off'),(41,'template','hello-elementor','on'),(42,'stylesheet','hello-elementor','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','60421','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:1:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}','off'),(81,'timezone_string','','on'),(82,'page_for_posts','0','on'),(83,'page_on_front','0','on'),(84,'default_post_format','0','on'),(85,'link_manager_enabled','0','on'),(86,'finished_splitting_shared_terms','1','on'),(87,'site_icon','0','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','1768745263','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,'initial_db_version','60421','on'),(102,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{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:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{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:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{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: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'),(103,'fresh_site','0','off'),(104,'user_count','1','off'),(105,'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'),(106,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";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:13:\"array_version\";i:3;}','auto'),(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(125,'recovery_keys','a:0:{}','off'),(126,'nonce_key','8! /|}|;~nN0ByQ~:4n$@`!sP>JuOx&K!sQ&u4)0v=I2:d)b1^Y<C<luww?SLHkU','off'),(127,'nonce_salt','e<oDG$ #U4JP]U^:hy%-~FW3jLkCGZ!<Vd9>8cBsm6X^OgqcZFP!RfDVo-Qnqm8O','off'),(128,'theme_mods_twentytwentyfive','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1753193597;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'),(129,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"1a7f8946efbf284a4c14585980ade540\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-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'),(130,'auth_key','5gZef}!]n#g>h-41!Td##|(YQaWkb$04<FW~l2#3+!c[qa M=otDw/?(NTR,Yx1W','off'),(131,'auth_salt','?r:CDnK_*,rZ)y(Q]3],`)kb%A:MfbV^cWDw&B94Ca1D;A9a.92l-N(bjB4t].Z9','off'),(132,'logged_in_key','?SFf M5XXw0L_{8qv@h1P?Gi}^#oC-4bfZ=;*zDyPO:Q0}:IWuzKi<@/Z6Fm5ylb','off'),(133,'logged_in_salt','OOFoS^~Y513UX[/j6z-d}oge|6oe$o<<R*,%46VMve?VQ9*;3tacQ@QhGiRc-zdp','off'),(134,'_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.8.2.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.8.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.2\";s:7:\"version\";s:5:\"6.8.2\";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:1755092759;s:15:\"version_checked\";s:5:\"6.8.2\";s:12:\"translations\";a:0:{}}','off'),(144,'can_compress_scripts','1','on'),(159,'finished_updating_comment_type','1','auto'),(164,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1755092679;s:7:\"checked\";a:4:{s:15:\"hello-elementor\";s:5:\"3.4.4\";s:16:\"twentytwentyfive\";s:3:\"1.3\";s:16:\"twentytwentyfour\";s:3:\"1.3\";s:17:\"twentytwentythree\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:4:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"3.4.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.3.4.4.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.4\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','off'),(165,'current_theme','Hello Elementor','auto'),(166,'theme_mods_hello-elementor','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-2\";i:0;}s:18:\"custom_css_post_id\";i:66;}','on'),(167,'theme_switched','','auto'),(168,'hello_theme_version','3.4.4','auto'),(171,'elementor_connect_site_key','2246e9ec354b250be62e4e75d99e6054','auto'),(172,'_hello-elementor_notifications','a:2:{s:7:\"timeout\";i:1753486987;s:5:\"value\";s:7532:\"[{\"id\":\"hello-theme-3.4.4\",\"title\":\"3.4.4 - 2025-06-08\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>Tweak: Improve Header\\/Footer edit access from theme Home<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.3\",\"title\":\"3.4.3 - 2025-05-26\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>Fix: Settings page empty after 3.4.0 in translated sites<\\/li>\\n\\t\\t\\t\\t<li>Fix: PHP 8.4 deprecation notice<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.2\",\"title\":\"3.4.2 - 2025-05-19\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>Tweak: Set Home links font weight to regular<\\/li>\\n  \\t\\t        <li>Tweak: Dart SASS 3.0.0 - resolve scss deprecated warnings<\\/li>\\n    \\t\\t    <li>Fix: Settings page empty after 3.4.0<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.0\",\"title\":\"3.4.0 - 2025-05-05\",\"description\":\"\\n            <ul>\\n                <li>New: Added Theme Home<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Update theme settings page style<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Update tested up to version 6.8<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.3.0\",\"title\":\"3.3.0 - 2025-01-21\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Added changelog link in theme settings<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n  \\t\\t        <li>Tweak: Update autoprefixer to latest versions<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.2.1\",\"title\":\"3.2.1 - 2024-12-16\",\"description\":\"\\n            <ul>\\n                <li>\\n                    Fix: Gutenberg editor expanded disproportionately after adding support for <code>theme.json<\\/code>\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/430\\\" target=\\\"_blank\\\">#430<\\/a>)\\n                <\\/li>\\n                <li>Fix: Use CSS logical properties in the theme<\\/li>\\n                <li>Fix: Add ARIA attributes to header nav menu<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.2.0\",\"title\":\"3.2.0 - 2024-12-15\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Convert classic to hybrid theme with block-editor support<\\/li>\\n                <li>Tweak: Added new design options to header\\/footer<\\/li>\\n                <li>Tweak: Update <code>Tested up to 6.7<\\/code><\\/li>\\n                <li>\\n                    Fix: Minify JS files\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/419\\\" target=\\\"_blank\\\">#419<\\/a>)\\n                <\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.1.1\",\"title\":\"3.1.1 - 2024-07-30\",\"description\":\"\\n            <ul>\\n                <li>Fix: Use consistent <code>&lt;h2&gt;<\\/code> for comments title and comment form<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.1.0\",\"title\":\"3.1.0 - 2024-06-19\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Update <code>Requires PHP 7.4<\\/code><\\/li>\\n                <li>Tweak: Update <code>Tested up to 6.5<\\/code><\\/li>\\n                <li>Tweak: Add the ability to style the brand layout<\\/li>\\n                <li>Tweak: Remove deprecated Elementor code<\\/li>\\n                <li>Tweak: Restore default focus styling inside the theme<\\/li>\\n                <li>Tweak: Add <code>aria-label<\\/code> attribute to various <code>&lt;nav&gt;<\\/code> elements<\\/li>\\n                <li>Tweak: Improve mobile menu keyboard accessibility<\\/li>\\n                <li>Tweak: Semantic mobile menu toggle button<\\/li>\\n                <li>Fix: The header renders redundant <code>&lt;p&gt;<\\/code> when tagline is empty<\\/li>\\n                <li>Fix: Single post renders redundant wrapping <code>&lt;div&gt;<\\/code> when it has no tags<\\/li>\\n                <li>Fix: Remove redundant wrapping <code>&lt;div&gt;<\\/code> from <code>wp_nav_menu()<\\/code> output<\\/li>\\n                <li>Fix: Wrap page <code>&lt;h1&gt;<\\/code> with <code>&lt;div&gt;<\\/code>, not <code>&lt;header&gt;<\\/code><\\/li>\\n                <li>Fix: Use consistent <code>&lt;h3&gt;<\\/code> for comments title and comment form<\\/li>\\n                <li>Fix: Remove heading tags from dynamic header\\/footer<\\/li>\\n                <li>\\n                    Fix: Mobile Menu hamburger is not visible for logged-out users in some cases\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/369\\\" target=\\\"_blank\\\">#369<\\/a>)\\n                <\\/li>\\n                <li>Fix: Remove duplicate ID attributes in the header mobile menu<\\/li>\\n                <li>\\n                    Fix: Remove redundant table styles\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/311\\\" target=\\\"_blank\\\">#311<\\/a>)\\n                <\\/li>\\n                <li>Fix: Remove redundant space below Site Logo in the header\\/footer<\\/li>\\n                <li>Fix: Remove redundant CSS from dynamic header\\/footer layout<\\/li>\\n                <li>\\n                    Fix: Separate post tags in single post\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/304\\\" target=\\\"_blank\\\">#304<\\/a>)\\n                <\\/li>\\n                <li>Fix: Display <code>the_tags()<\\/code> after <code>wp_link_pages()<\\/code><\\/li>\\n                <li>Fix: Remove page break navigation from archives when using <code>&lt;!--nextpage--&gt;<\\/code><\\/li>\\n                <li>Fix: Style posts pagination component layout<\\/li>\\n                <li>Fix: Add RTL support to pagination arrows in archive pages<\\/li>\\n                <li>\\n                    Fix: Update pagination prev\\/next labels and positions\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/404\\\" target=\\\"_blank\\\">#404<\\/a>)\\n                <\\/li>\\n                <li>Fix: Check if Elementor is loaded when using dynamic header & footer<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.0.2\",\"title\":\"3.0.2 - 2024-05-28\",\"description\":\"\\n            <ul>\\n                <li>Internal: Version bump release to refresh WordPress repository<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.0.1\",\"title\":\"3.0.1 - 2024-01-24\",\"description\":\"\\n            <ul>\\n                <li>Fix: Harden security for admin notice dismiss button<\\/li>\\n                <li>Fix: Add <code>alt<\\/code> attribute to all the images in the dashboard<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.0.0\",\"title\":\"3.0.0 - 2023-12-26\",\"description\":\"\\n            <ul>\\n                <li>New: Option to disable cross-site header & footer<\\/li>\\n                <li>Tweak: Update <code>Requires PHP 7.3<\\/code><\\/li>\\n                <li>Tweak: Update <code>Tested up to 6.4<\\/code><\\/li>\\n                <li>Tweak: Move cross-site header & footer styles to a separate CSS file<\\/li>\\n                <li>Tweak: Don\'t load <code>header-footer.min.css<\\/code> when disabling header & footer<\\/li>\\n                <li>Tweak: Don\'t load <code>hello-frontend.min.js<\\/code> when disabling header & footer<\\/li>\\n                <li>Tweak: Replace jQuery code with vanilla JS in the frontend<\\/li>\\n                <li>Tweak: Replace jQuery code with vanilla JS in WordPress admin<\\/li>\\n                <li>Tweak: Remove unused JS code from the frontend<\\/li>\\n                <li>Tweak: Remove unused CSS code from the editor<\\/li>\\n                <li>Tweak: Remove unnecessary <code>role<\\/code> attributes from HTML landmark elements<\\/li>\\n                <li>Tweak: Link from Elementor Site Settings to Hello Theme Settings<\\/li>\\n                <li>Fix: Dynamic script version for better caching<\\/li>\\n            <\\/ul>\"}]\";}','off'),(175,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),(176,'elementor_active_kit','6','auto'),(177,'elementor_font_display','swap','auto'),(180,'recently_activated','a:3:{s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";i:1753366687;s:37:\"elementskit-lite/elementskit-lite.php\";i:1753366670;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1753261750;}','off'),(181,'elementor_landing_pages_activation','0','auto'),(182,'elementor_checklist','{\"last_opened_timestamp\":null,\"first_closed_checklist_in_editor\":true,\"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}},\"should_open_in_editor\":false}','auto'),(183,'elementor_version','3.30.3','auto'),(184,'elementor_install_history','a:2:{s:6:\"3.30.2\";i:1753193664;s:6:\"3.30.3\";i:1753197886;}','auto'),(185,'elementor_events_db_version','1.0.0','off'),(187,'elementor_onboarded','1','auto'),(188,'_elementor_onboarding_features','a:2:{s:9:\"essential\";a:0:{}s:8:\"advanced\";a:0:{}}','auto'),(189,'e_editor_counter','24','auto'),(190,'_elementor_installed_time','1753193674','auto'),(191,'_elementor_free_to_pro_upsell','a:2:{s:7:\"timeout\";i:1753364187;s:5:\"value\";s:593:\"[{\"id\":\"animated_headline\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/animated_headline.jpg\"},{\"id\":\"video_playlist\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/video_playlist.jpg\"},{\"id\":\"cta\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/cta.jpg\"},{\"id\":\"testimonial_widget\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/testimonial_widget.jpg\"},{\"id\":\"image_carousel\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/image_carousel.jpg\"}]\";}','off'),(192,'_elementor_notifications_data','a:2:{s:7:\"timeout\";i:1753377482;s:5:\"value\";s:15287:\"[{\"id\":\"send-cart-widget\",\"title\":\"Introducing: Cart Widget\",\"description\":\"Show customers exactly what they left behind\\u2014visually. The new Cart Widget adds product images to your emails for smarter, higher-converting cart recovery.\",\"topic\":\"Send: Email & SMS built for WooCommerce\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cart-widget-send.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Explore Cart Widget\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/WN_CartW\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"send-app\\/send-app.php\"}]]},{\"id\":\"classes-3.30\",\"title\":\"Better class control\",\"description\":\"Get popovers with your class name, breakpoint, state and possible conflicts. Plus, the exact class names you define are now reflected in the code, making debugging and working with external tools easier!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/classes-3.30.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.39-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"cloud-websites-3.30\",\"title\":\"Full Website Templates in the cloud\",\"description\":\"Save and apply entire websites, including multiple pages, styles, site settings, media, and layout configurations - directly from the cloud.\",\"topic\":\"Elementor Pro 3.30\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-3.30.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.39-v4-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"cloud-websites-3.30\",\"title\":\"Full Website Templates in the cloud\",\"description\":\"Save and apply entire websites, including multiple pages, styles, site settings, media, and layout configurations - directly from the cloud.\",\"topic\":\"Elementor Pro 3.30\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-3.30.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.30-cloud-websites\\/\"},{\"id\":\"tools-3.30\",\"title\":\"Essential Editor tools\",\"description\":\"V4 now includes a long list of essential V3 capabilities, re-engineered to fit the new framework - IDs, custom unit, anchor offset, display none, object fit, clear icons and more!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/tools-3.30.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.39-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"youtube-3.30\",\"title\":\"YouTube Element\",\"description\":\"The new YouTube Element is purpose-built to support V4 capabilities with faster rendering, better performance, and familiar controls like autoplay, loop, mute, and aspect ratio.\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/youtube-3.30.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.39-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"host-google-cloud\",\"title\":\"Deliver fast, secure websites at scale - free migration included!\",\"description\":\"Host your site on Elementor\\u2019s infrastructure - built for speed, security, and scale. Powered by Google Cloud, with free migration and 24\\/7 expert support.\",\"topic\":\"Host\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/host-google-cloud.png\",\"chipTags\":[\"Cloud Hosting\"],\"link\":\"https:\\/\\/go.elementor.com\\/elementor-host-google-cloud\",\"readMoreText\":\"Read More\"},{\"id\":\"send-notification-june\",\"title\":\"A whole new onboarding experience\",\"description\":\"Try the new onboarding now: Launch abandoned cart recovery, welcome flows & more in minutes. No setup stress\\u2014just smarter automation from day one.\",\"topic\":\"Send: Email & SMS built for WooCommerce\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/send-june.png\",\"chipTags\":[\"New Features\"],\"cta\":\"Check Out\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/New_June\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"send-app\\/send-app.php\"}]]},{\"id\":\"cloud-templates-3.29\",\"title\":\"Your Templates, available everywhere\",\"description\":\"Store sections, containers, and full pages in the cloud\\u2014making them accessible across all your Pro-connected sites. Style once, reuse anywhere!\",\"topic\":\"Elementor Pro 3.29\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-templates.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-cloud-templates-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"cloud-templates-3.29\",\"title\":\"Your Templates, available everywhere\",\"description\":\"Store sections, containers, and full pages in the cloud\\u2014making them accessible across all your Pro-connected sites. Style once, reuse anywhere!\",\"topic\":\"Elementor Pro 3.29\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-templates.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-cloud-templates\\/\"},{\"id\":\"classes-3.29\",\"title\":\"Classes: Style Once, Apply Everywhere\",\"description\":\"Create Classes to define styling patterns once and apply them across your entire site with a single click. Add States for stunning hover and focus effects\\u2014no coding needed!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/v4-classes.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-editor-v4\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"style-tab-3.29\",\"title\":\"Consistent Styling Everywhere\",\"description\":\"Every V4 element shares the same styling capabilities in the same logical order and location. Plus, we\'ve streamlined from 3 tabs to just 2\\u2014content in one, styling in the other!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/v4-style-tab.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-editor-v4\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"responsive-3.29\",\"title\":\"Fully Responsive Design\",\"description\":\"With Editor V4, every single style property can be customized per device. Complete creative control for desktop, tablet, and mobile!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/v4-responsive.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-editor-v4\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"performance-3.29\",\"title\":\"Blazing fast performance\",\"description\":\"In Editor V4, each element uses one clean div instead of multiple nested divs like in the current version\\u2014your sites will load lightning-fast with cleaner code!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/v4-performance.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-editor-v4\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"migration-host\",\"title\":\"Move to Better Cloud Hosting, Painlessly\",\"description\":\"Migrate your Elementor website for free to a home that\\u2019s perfect for it, in minutes, with a combination of\\u2028advanced automation and free expert support\",\"topic\":\"Host\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/migration-host.png\",\"chipTags\":[\"Cloud Hosting\"],\"link\":\"https:\\/\\/go.elementor.com\\/hosting-free-migration\",\"readMoreText\":\"Learn More\",\"cta\":\"Migrate for free\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/hosting-free-migration\"},{\"id\":\"ai-isolate-object\",\"title\":\"Sharper product images, instantly\",\"description\":\"Remove distractions and reframe your shots with the new Isolate Object tool powered by Elementor AI \\u2014 perfect for a polished, uniform Woo storefront.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/isolate-object-ai.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\"},{\"id\":\"ai-isolate-object\",\"title\":\"Sharper product images, instantly\",\"description\":\"Remove distractions and reframe your shots with the new Isolate Object tool powered by Elementor AI \\u2014 perfect for a polished, uniform Woo storefront.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/isolate-object-ai.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"link\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\",\"readMoreText\":\"Learn More\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\"},{\"id\":\"hello-biz-contact\",\"title\":\"New Contact Widget, Visual Layout Presets & more\",\"description\":\"Hello Biz just got an update! Explore the new Contact Widget, Visual Layout Presets, Form Submissions integration, and fresh new kits.\",\"topic\":\"Hello Biz\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/hello-biz-contact.png\",\"chipTags\":[\"New Features\"],\"link\":\"https:\\/\\/go.elementor.com\\/hello-biz-updates\",\"readMoreText\":\"Learn More\"},{\"id\":\"ai-site-planner-colors\",\"title\":\"Style Your Wireframe, Speed Up Your Store Build\",\"description\":\"Site Planner now lets you style your wireframe with fonts and colors - instantly visualizing your site\\u2019s look and feel. Plus, it predesigns pages for WooCommerce like Cart and Checkout, so you can dive straight into customizations\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/site-planner-colors.png\",\"chipTags\":[\"New Feature\"],\"link\":\"http:\\/\\/www.elementor.com\\/ai-site-planner\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-notification\",\"title\":\"Just released! Ally - a new plugin for web accessibility & usability\",\"description\":\"Ally simplifies the complexities of making your website more accessible. With new regulations here and coming, making your website more usable and inclusive is no longer just an option, but a must.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-notification.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get it free\",\"ctaLink\":\"https:\\/\\/wordpress.org\\/plugins\\/pojo-accessibility\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"ai-site-planner\",\"title\":\"Instant Sitemaps & Wireframes\",\"description\":\"Get your website plan in minutes with AI Site Planner. Describe your desired site and AI will generate a sitemap, brief and wireframe populated with initial content, ready for you to customize.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/aI-site-planner.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-site-planner\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"grid-span-3.27\",\"title\":\"Design Grid layouts that fit your exact vision\",\"description\":\"Advanced column and row span controls give you the power to design Grid Container layouts that fit your exact vision.\",\"topic\":\"Elementor 3.27\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/grid-span-3.27.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.27-grid-span-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"local-fonts-3.27\",\"title\":\"Load Google Fonts safer and faster\",\"description\":\"Once enabled, Google Fonts are served directly from your server, streamlining the loading process and enhancing security.\",\"topic\":\"Elementor 3.27\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/local-google-fonts-3.27.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.27-local-fonts-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"video-shorts-3.27\",\"title\":\"Showcase short-form, vertical videos\",\"description\":\"The Video widget now supports YouTube Shorts in a vertical 9:16 ratio, the go-to format for engaging audiences.\",\"topic\":\"Elementor 3.27\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/video-shorts-3.27.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.27-video-shorts-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"dynamic-off-canvas-3.26\",\"title\":\"Dynamic Off-Canvas for Loop Grids\",\"description\":\"Create richer, more interactive designs by linking Dynamic Content to the Off Canvas widget, delivering seamless user experiences.\",\"topic\":\"Elementor Pro 3.26\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas-loop-grids.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.26-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"dynamic-off-canvas-3.26\",\"title\":\"Dynamic Off-Canvas for Loop Grids\",\"description\":\"Create richer, more interactive designs by linking Dynamic Content to the Off Canvas widget, delivering seamless user experiences.\",\"topic\":\"Elementor Pro 3.26\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas-loop-grids.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.26-loop-off-canvas\\/\"},{\"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'),(195,'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:4:{i:0;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:20472;s:5:\"title\";s:10:\"test ido f\";s:9:\"thumbnail\";s:153:\"https://library.stg.elementor.red/wp-content/uploads/2025/01/png-clipart-logo-harry-potter-literary-series-lord-voldemort-film-harry-potter-thumbnail.png\";s:12:\"tmpl_created\";i:1751356263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.stg.elementor.red/blocks/test-ido-f/?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: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: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:1;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:19968;s:5:\"title\";s:12:\"Zeyad Test 1\";s:9:\"thumbnail\";s:83:\"https://library.stg.elementor.red/wp-content/uploads/2022/09/boxking_hero_img_2.jpg\";s:12:\"tmpl_created\";i:1670765723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.stg.elementor.red/blocks/zeyad-test-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:5:\"about\";s:4:\"tags\";s:2:\"[]\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:2;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:19494;s:5:\"title\";s:5:\"test2\";s:9:\"thumbnail\";s:83:\"https://library.stg.elementor.red/wp-content/uploads/2022/09/boxking_hero_img_4.jpg\";s:12:\"tmpl_created\";i:1672308146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.stg.elementor.red/blocks/test2/?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: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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:3;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:9631;s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:87:\"https://library.stg.elementor.red/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";i:1660034300;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.stg.elementor.red/popups/slide-in-sale-01/?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:2:\"[]\";s:10:\"menu_order\";i:142;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:8:\"products\";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'),(196,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:100:\"Introducing Elementor 3.30: new Editor V4 capabilities, full Website Templates in the cloud, & more!\";s:7:\"excerpt\";s:361:\"Elementor 3.30 is here and it includes upgrades that accelerate your workflow, bring you a step closer to the full power of Editor V4, and help you deliver beautiful, accessible websites faster than ever. From advanced styling tools and smarter editing to full Website Templates in the cloud, this release enhances both the way you design and the way you scale.\";s:7:\"created\";i:1751974442;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:140:\"https://elementor.com/blog/elementor-330-v4-alpha-website-templates/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:57:\"Introducing Cloud Templates: your personal design library\";s:7:\"excerpt\";s:153:\"Transform your workflow with Elementor\'s new Cloud Templates – create, save, and access your templates across all your websites with just a few clicks.\";s:7:\"created\";i:1749048239;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:127:\"https://elementor.com/blog/introducing-cloud-templates/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:74:\"Introducing Editor V4 Alpha: The Future of Website Building with Elementor\";s:7:\"excerpt\";s:242:\"Editor V4 Alpha introduces a CSS-first framework with reusable Classes and States, improved performance, a unified styling system, and fully responsive style controls—all designed to make your website building more efficient and consistent.\";s:7:\"created\";i:1748357309;s:5:\"badge\";s:4:\" NEW\";s:3:\"url\";s:119:\"https://elementor.com/blog/editor-v4-1st-alpha/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),(212,'_elementor_element_cache_unique_id','6ccafe0ff5fcd47015d35e6ddb2b5252','auto'),(215,'elementor_log','a:9:{s:32:\"8c714fac5f337ed34edbecea3ee69a2d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-07-22 14:50:40\";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:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2025-07-22 14:50:40\";i:1;s:19:\"2025-07-22 14:50:40\";i:2;s:19:\"2025-07-22 14:55:35\";i:3;s:19:\"2025-07-22 14:55:35\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1753195840\";s:7:\"message\";s:77:\"Failed to execute \'querySelector\' on \'Document\': \'#\' is not a valid selector.\";s:3:\"url\";s:96:\"http://localhost:8000/healthcare/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.30.2\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"690276\";}s:7:\"\0*\0file\";s:96:\"http://localhost:8000/healthcare/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.30.2\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:6:\"690276\";}s:32:\"219fa39f3d8243b9fb71f6aff963fb95\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-22 15:24:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_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:\"2025-07-22 15:24:46\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"1b2d687a808c767bb74050425191353c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-22 15:24:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/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:\"2025-07-22 15:24:46\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"e9b6cfe53aab4374820be6337a590900\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-22 15:24:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/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:\"2025-07-22 15:24:46\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"2e8d2989e43404dab94a2e38d7cb2584\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-22 15:24:46\";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:9:\"Elementor\";s:4:\"from\";s:6:\"3.30.2\";s:2:\"to\";s:6:\"3.30.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-22 15:24:46\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.30.2\";s:2:\"to\";s:6:\"3.30.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"ad35e0c76e857f928a8de6a97c825e8b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-22 15:24:46\";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:9:\"Elementor\";s:4:\"from\";s:6:\"3.30.2\";s:2:\"to\";s:6:\"3.30.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-22 15:24:46\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.30.2\";s:2:\"to\";s:6:\"3.30.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"8b940f8cfd06ce2af827f77dc96fed30\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-07-23 09:44:50\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:46:\"Undefined array key &quot;editor_post_id&quot;\";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:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-23 09:44:50\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:36:\"Undefined array key \"editor_post_id\"\";s:4:\"file\";s:101:\"/home/betterhealthtech/public_html/wp-content/plugins/elementor/modules/history/revisions-manager.php\";s:4:\"line\";i:363;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:101:\"/home/betterhealthtech/public_html/wp-content/plugins/elementor/modules/history/revisions-manager.php\";s:7:\"\0*\0line\";i:363;}s:32:\"ecd1b8fef63dcb07352b72e789ef71e0\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-07-23 09:53:33\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:66:\"Cannot read properties of undefined (reading &#039;activate&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2025-07-23 09:53:33\";i:1;s:19:\"2025-07-23 09:57:33\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1753264413\";s:7:\"message\";s:56:\"Cannot read properties of undefined (reading \'activate\')\";s:3:\"url\";s:111:\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.30.3\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:5:\"54282\";}s:7:\"\0*\0file\";s:111:\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.30.3\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:5:\"54282\";}s:32:\"7eba2ec85cd008299e3ea5c46e82492f\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-07-23 10:38:35\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:67:\"Cannot read properties of undefined (reading &#039;localized&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-23 10:38:35\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1753267115\";s:7:\"message\";s:57:\"Cannot read properties of undefined (reading \'localized\')\";s:3:\"url\";s:111:\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.30.3\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"886392\";}s:7:\"\0*\0file\";s:111:\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.30.3\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:6:\"886392\";}}','off'),(288,'wpvivid_check_htaccess_rule_free','1','off'),(315,'_elementor_local_google_fonts','a:3:{s:6:\"roboto\";a:2:{s:3:\"url\";s:104:\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/elementor/google-fonts/css/roboto.css\";s:7:\"version\";i:1753262774;}s:10:\"robotoslab\";a:2:{s:3:\"url\";s:108:\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/elementor/google-fonts/css/robotoslab.css\";s:7:\"version\";i:1753262784;}s:7:\"poppins\";a:2:{s:3:\"url\";s:105:\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/elementor/google-fonts/css/poppins.css\";s:7:\"version\";i:1753262805;}}','auto'),(325,'elementor_unfiltered_files_upload','1','auto'),(338,'elementskit-lite__banner_last_check','1753347594','auto'),(339,'elementskit-lite__banner_data','O:8:\"stdClass\":10:{s:8:\"10018925\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018925;s:5:\"title\";s:44:\"Popupkit Early Bird Campaign Wpmet (Ownpage)\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1752710400;s:3:\"end\";i:1755475200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:27:\"https://wpmet.com/popnotice\";s:11:\"button_text\";s:35:\"Save up to $420 for a limited time!\";s:11:\"notice_body\";s:556:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">Popup Builder Deal of the Year. Only for the First 500 Customers!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $420 on our brand-new WordPress popup builder plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><strong data-start=\"110\" data-end=\"158\">Get up to 70% OFF on PopupKit Lifetime Deal! </strong>One-time payment. No subscription. No second chances.</p>\";s:12:\"notice_image\";s:70:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/70-OFF-wpmet.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10018924\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018924;s:5:\"title\";s:46:\"Popupkit Early Bird Campaign Wpmet (Dashboard)\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1752710400;s:3:\"end\";i:1755475200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:27:\"https://wpmet.com/popnotice\";s:11:\"button_text\";s:33:\"Save up to $F for a limited time!\";s:11:\"notice_body\";s:556:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">Popup Builder Deal of the Year. Only for the First 500 Customers!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $420 on our brand-new WordPress popup builder plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><strong data-start=\"110\" data-end=\"158\">Get up to 70% OFF on PopupKit Lifetime Deal! </strong>One-time payment. No subscription. No second chances.</p>\";s:12:\"notice_image\";s:70:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/70-OFF-wpmet.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10018688\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018688;s:5:\"title\";s:42:\"Wpmet 4th of July Flash Sale 2025 Ownpages\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1751328000;s:3:\"end\";i:1752019200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice35\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:585:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Happy 4th of July super Sale!!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10018687\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018687;s:5:\"title\";s:43:\"Wpmet 4th of July Flash Sale 2025 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1751328000;s:3:\"end\";i:1752019200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice35\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:585:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Happy 4th of July super Sale!!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10018221\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018221;s:5:\"title\";s:43:\"WordPress Birthday Flash Sale 2025 Own Page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1748304000;s:3:\"end\";i:1748649600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"www.wpmet.com/banner//wpbirthday\";s:11:\"button_text\";s:29:\"Claim Your Birthday Discount!\";s:11:\"notice_body\";s:590:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">WordPress Birthday Deals from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10018220\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018220;s:5:\"title\";s:44:\"WordPress Birthday Flash Sale 2025 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1748304000;s:3:\"end\";i:1748649600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"www.wpmet.com/banner//wpbirthday\";s:11:\"button_text\";s:29:\"Claim Your Birthday Discount!\";s:11:\"notice_body\";s:590:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">WordPress Birthday Deals from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10017503\";O:8:\"stdClass\":7:{s:2:\"id\";i:10017503;s:5:\"title\";s:33:\"Wpmet Summer Notice ownpages 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1746662400;s:3:\"end\";i:1748131200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"www.wpmet.com/banner/summer-sale\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:582:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">pre Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10017501\";O:8:\"stdClass\":7:{s:2:\"id\";i:10017501;s:5:\"title\";s:34:\"Wpmet Summer Notice Dashboard 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1746662400;s:3:\"end\";i:1748131200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"www.wpmet.com/banner/summer-sale\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:582:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">pre Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10013005\";O:8:\"stdClass\":7:{s:2:\"id\";i:10013005;s:5:\"title\";s:35:\"Wpmet Holiday Notice Dashboard 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1734825600;s:3:\"end\";i:1737244800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"www.wpmet.com/noticeNY\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:579:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">holiday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10013004\";O:8:\"stdClass\":7:{s:2:\"id\";i:10013004;s:5:\"title\";s:34:\"Wpmet Holiday Notice Ownpages 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1734825600;s:3:\"end\";i:1737244800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"www.wpmet.com/noticeNY\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:579:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">holiday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}}','auto'),(340,'elementskit-lite_install_date','2025-07-23 10:46:05','auto'),(341,'elementskit_options','a:4:{s:11:\"widget_list\";a:43:{s:15:\"image-accordion\";a:5:{s:4:\"slug\";s:15:\"image-accordion\";s:5:\"title\";s:15:\"Image Accordion\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:9:\"accordion\";a:5:{s:4:\"slug\";s:9:\"accordion\";s:5:\"title\";s:9:\"Accordion\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:6:\"button\";a:5:{s:4:\"slug\";s:6:\"button\";s:5:\"title\";s:6:\"Button\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:7:\"heading\";a:5:{s:4:\"slug\";s:7:\"heading\";s:5:\"title\";s:7:\"Heading\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:10:\"blog-posts\";a:5:{s:4:\"slug\";s:10:\"blog-posts\";s:5:\"title\";s:10:\"Blog Posts\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:6:\"active\";}s:8:\"icon-box\";a:5:{s:4:\"slug\";s:8:\"icon-box\";s:5:\"title\";s:8:\"Icon Box\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:9:\"image-box\";a:5:{s:4:\"slug\";s:9:\"image-box\";s:5:\"title\";s:9:\"Image Box\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:15:\"countdown-timer\";a:5:{s:4:\"slug\";s:15:\"countdown-timer\";s:5:\"title\";s:15:\"Countdown Timer\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:11:\"client-logo\";a:5:{s:4:\"slug\";s:11:\"client-logo\";s:5:\"title\";s:11:\"Client Logo\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:3:\"faq\";a:5:{s:4:\"slug\";s:3:\"faq\";s:5:\"title\";s:3:\"FAQ\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:7:\"funfact\";a:5:{s:4:\"slug\";s:7:\"funfact\";s:5:\"title\";s:7:\"Funfact\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:16:\"image-comparison\";a:5:{s:4:\"slug\";s:16:\"image-comparison\";s:5:\"title\";s:16:\"Image Comparison\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:6:\"lottie\";a:5:{s:4:\"slug\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:11:\"testimonial\";a:5:{s:4:\"slug\";s:11:\"testimonial\";s:5:\"title\";s:11:\"Testimonial\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:7:\"pricing\";a:5:{s:4:\"slug\";s:7:\"pricing\";s:5:\"title\";s:13:\"Pricing Table\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:4:\"team\";a:5:{s:4:\"slug\";s:4:\"team\";s:5:\"title\";s:4:\"Team\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:6:\"social\";a:5:{s:4:\"slug\";s:6:\"social\";s:5:\"title\";s:12:\"Social Icons\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:11:\"progressbar\";a:5:{s:4:\"slug\";s:11:\"progressbar\";s:5:\"title\";s:12:\"Progress Bar\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:13:\"category-list\";a:5:{s:4:\"slug\";s:13:\"category-list\";s:5:\"title\";s:13:\"Category List\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:6:\"active\";}s:9:\"page-list\";a:5:{s:4:\"slug\";s:9:\"page-list\";s:5:\"title\";s:9:\"Page List\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:9:\"post-grid\";a:5:{s:4:\"slug\";s:9:\"post-grid\";s:5:\"title\";s:9:\"Post Grid\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:8:\"inactive\";}s:9:\"post-list\";a:5:{s:4:\"slug\";s:9:\"post-list\";s:5:\"title\";s:9:\"Post List\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:6:\"active\";}s:8:\"post-tab\";a:5:{s:4:\"slug\";s:8:\"post-tab\";s:5:\"title\";s:8:\"Post Tab\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:8:\"inactive\";}s:8:\"nav-menu\";a:5:{s:4:\"slug\";s:8:\"nav-menu\";s:5:\"title\";s:20:\"ElementsKit Nav Menu\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:10:\"mail-chimp\";a:5:{s:4:\"slug\";s:10:\"mail-chimp\";s:5:\"title\";s:9:\"MailChimp\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:11:\"header-info\";a:5:{s:4:\"slug\";s:11:\"header-info\";s:5:\"title\";s:11:\"Header Info\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:8:\"piechart\";a:5:{s:4:\"slug\";s:8:\"piechart\";s:5:\"title\";s:9:\"Pie Chart\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:13:\"header-search\";a:5:{s:4:\"slug\";s:13:\"header-search\";s:5:\"title\";s:13:\"Header Search\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:16:\"header-offcanvas\";a:5:{s:4:\"slug\";s:16:\"header-offcanvas\";s:5:\"title\";s:16:\"Header Offcanvas\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:3:\"tab\";a:5:{s:4:\"slug\";s:3:\"tab\";s:5:\"title\";s:3:\"Tab\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:13:\"contact-form7\";a:5:{s:4:\"slug\";s:13:\"contact-form7\";s:5:\"title\";s:13:\"Contact Form7\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:5:\"video\";a:5:{s:4:\"slug\";s:5:\"video\";s:5:\"title\";s:5:\"Video\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:14:\"business-hours\";a:5:{s:4:\"slug\";s:14:\"business-hours\";s:5:\"title\";s:14:\"Business Hours\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:9:\"drop-caps\";a:5:{s:4:\"slug\";s:9:\"drop-caps\";s:5:\"title\";s:9:\"Drop Caps\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:12:\"social-share\";a:5:{s:4:\"slug\";s:12:\"social-share\";s:5:\"title\";s:12:\"Social Share\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:11:\"dual-button\";a:5:{s:4:\"slug\";s:11:\"dual-button\";s:5:\"title\";s:11:\"Dual Button\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:13:\"caldera-forms\";a:5:{s:4:\"slug\";s:13:\"caldera-forms\";s:5:\"title\";s:13:\"Caldera Forms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:8:\"we-forms\";a:5:{s:4:\"slug\";s:8:\"we-forms\";s:5:\"title\";s:7:\"weForms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:8:\"wp-forms\";a:5:{s:4:\"slug\";s:8:\"wp-forms\";s:5:\"title\";s:7:\"WPForms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:11:\"ninja-forms\";a:5:{s:4:\"slug\";s:11:\"ninja-forms\";s:5:\"title\";s:11:\"Ninja Forms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:10:\"tablepress\";a:5:{s:4:\"slug\";s:10:\"tablepress\";s:5:\"title\";s:10:\"TablePress\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:12:\"fluent-forms\";a:5:{s:4:\"slug\";s:12:\"fluent-forms\";s:5:\"title\";s:12:\"Fluent Forms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:11:\"back-to-top\";a:5:{s:4:\"slug\";s:11:\"back-to-top\";s:5:\"title\";s:11:\"Back To Top\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}}s:11:\"module_list\";a:5:{s:21:\"elementskit-icon-pack\";a:5:{s:4:\"slug\";s:21:\"elementskit-icon-pack\";s:5:\"title\";s:21:\"ElementsKit Icon Pack\";s:7:\"package\";s:4:\"free\";s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";}s:13:\"header-footer\";a:4:{s:4:\"slug\";s:13:\"header-footer\";s:5:\"title\";s:13:\"Header Footer\";s:7:\"package\";s:4:\"free\";s:6:\"status\";s:6:\"active\";}s:8:\"megamenu\";a:4:{s:4:\"slug\";s:8:\"megamenu\";s:7:\"package\";s:4:\"free\";s:5:\"title\";s:9:\"Mega Menu\";s:6:\"status\";s:6:\"active\";}s:14:\"onepage-scroll\";a:4:{s:4:\"slug\";s:14:\"onepage-scroll\";s:7:\"package\";s:4:\"free\";s:5:\"title\";s:14:\"Onepage Scroll\";s:6:\"status\";s:8:\"inactive\";}s:14:\"widget-builder\";a:4:{s:4:\"slug\";s:14:\"widget-builder\";s:7:\"package\";s:4:\"free\";s:5:\"title\";s:14:\"Widget Builder\";s:6:\"status\";s:8:\"inactive\";}}s:8:\"settings\";a:2:{s:20:\"filter_widget_module\";s:6:\"custom\";s:16:\"newsletter_email\";s:0:\"\";}s:17:\"megamenu_settings\";a:2:{s:15:\"menu_location_3\";a:1:{s:10:\"is_enabled\";i:0;}s:15:\"menu_location_4\";a:1:{s:10:\"is_enabled\";i:0;}}}','auto'),(342,'elements_kit_onboard_status','onboarded','auto'),(350,'wp_calendar_block_has_published_posts','1','auto'),(356,'elementskit-lite__stories_last_check','1753347587','auto'),(357,'elementskit-lite__stories_data','O:8:\"stdClass\":10:{s:8:\"10018926\";O:8:\"stdClass\":9:{s:2:\"id\";i:10018926;s:5:\"title\";s:38:\"PopupKit Pro Early Bird Campaign Wpmet\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:6:{i:0;s:8:\"emailkit\";i:1;s:21:\"gutenkit-blocks-addon\";i:2;s:7:\"metform\";i:3;s:10:\"shopengine\";i:4;s:9:\"wp-social\";i:5;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1752710400;s:3:\"end\";i:1755475200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:26:\"https://wpmet.com/popstory\";s:11:\"story_image\";s:83:\"https://api.wpmet.com/auth/wp-content/uploads/2025/07/Popupkit-Gif-Banner.gif3_.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10018690\";O:8:\"stdClass\":9:{s:2:\"id\";i:10018690;s:5:\"title\";s:36:\"GetGenie 4th of July Flash Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1751328000;s:3:\"end\";i:1752019200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:27:\"https://getgenie.ai/story45\";s:11:\"story_image\";s:71:\"https://api.wpmet.com/auth/wp-content/uploads/2025/07/GetGenie__Gif.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10018685\";O:8:\"stdClass\":9:{s:2:\"id\";i:10018685;s:5:\"title\";s:33:\"Wpmet 4th of July Flash Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1751328000;s:3:\"end\";i:1752019200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:25:\"https://wpmet.com/story35\";s:11:\"story_image\";s:63:\"https://api.wpmet.com/auth/wp-content/uploads/2025/07/WpMet.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10018273\";O:8:\"stdClass\":9:{s:2:\"id\";i:10018273;s:5:\"title\";s:24:\"WordPress Birthday Deals\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1748304000;s:3:\"end\";i:1748649600;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:21:\"www.wpmet.com/wpbdays\";s:11:\"story_image\";s:63:\"https://api.wpmet.com/auth/wp-content/uploads/2025/05/story.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10017504\";O:8:\"stdClass\":9:{s:2:\"id\";i:10017504;s:5:\"title\";s:25:\"GetGenie Summer Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1746662400;s:3:\"end\";i:1748131200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:23:\"www.getgenie.ai/summer \";s:11:\"story_image\";s:72:\"https://api.wpmet.com/auth/wp-content/uploads/2025/05/inplugin_story.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10017499\";O:8:\"stdClass\":9:{s:2:\"id\";i:10017499;s:5:\"title\";s:22:\"Wpmet Summer Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1746662400;s:3:\"end\";i:1748131200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:31:\"www.wpmet.com/story/summer-sale\";s:11:\"story_image\";s:74:\"https://api.wpmet.com/auth/wp-content/uploads/2025/05/inplugin_story-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10015497\";O:8:\"stdClass\":9:{s:2:\"id\";i:10015497;s:5:\"title\";s:26:\"GetGenie Ramadan Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1741219200;s:3:\"end\";i:1742688000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:32:\"https://getgenie.ai/SRamadan25/ \";s:11:\"story_image\";s:74:\"https://api.wpmet.com/auth/wp-content/uploads/2024/03/getgenie_story-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10015490\";O:8:\"stdClass\":9:{s:2:\"id\";i:10015490;s:5:\"title\";s:23:\"Wpmet Ramadan Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1741219200;s:3:\"end\";i:1742688000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:30:\"https://wpmet.com/SRamadan25/ \";s:11:\"story_image\";s:71:\"https://api.wpmet.com/auth/wp-content/uploads/2024/03/wpmet_story-2.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10014894\";O:8:\"stdClass\":9:{s:2:\"id\";i:10014894;s:5:\"title\";s:21:\"Genie Flash Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1739232000;s:3:\"end\";i:1740268800;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:24:\"www.getgenie.ai/Sflash25\";s:11:\"story_image\";s:68:\"https://api.wpmet.com/auth/wp-content/uploads/2025/02/getgenie-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10014892\";O:8:\"stdClass\":9:{s:2:\"id\";i:10014892;s:5:\"title\";s:21:\"Wpmet Flash Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1739232000;s:3:\"end\";i:1740268800;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:22:\"www.wpmet.com/Sflash25\";s:11:\"story_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2025/02/wpmet-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}','auto'),(363,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:3;}}','off'),(367,'_transient_timeout_elementor_image_optimization_campaign','1755865323','off'),(368,'_transient_elementor_image_optimization_campaign','a:3:{s:6:\"source\";s:23:\"io-editor-image-install\";s:8:\"campaign\";s:6:\"io-plg\";s:6:\"medium\";s:7:\"wp-dash\";}','off'),(408,'_transient_health-check-site-status-result','{\"good\":16,\"recommended\":6,\"critical\":1}','on'),(472,'category_children','a:0:{}','auto'),(513,'wpvivid_backup_reports','a:1:{s:21:\"wpvivid-97b67a1424b89\";a:3:{s:7:\"task_id\";s:21:\"wpvivid-97b67a1424b89\";s:11:\"backup_time\";i:1753364023;s:6:\"status\";s:34:\"The last backup message not found.\";}}','off'),(529,'envato_elements_version','2.0.16','auto'),(530,'envato_elements_install_time','1753366732','auto'),(553,'_elementor_settings_update_time','1753373961','auto'),(554,'elementor_cpt_support','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','auto'),(555,'elementor_disable_color_schemes','','auto'),(556,'elementor_disable_typography_schemes','','auto'),(557,'elementor_allow_tracking_last_update','1753373962','auto'),(558,'elementor_allow_tracking','no','auto'),(559,'elementor_google_maps_api_key','','auto'),(560,'elementor_editor_break_lines','','auto'),(561,'elementor_google_font','1','auto'),(562,'elementor_load_fa4_shim','','auto'),(563,'elementor_meta_generator_tag','','auto'),(564,'elementor_css_print_method','external','auto'),(565,'elementor_optimized_image_loading','1','auto'),(566,'elementor_optimized_gutenberg_loading','1','auto'),(567,'elementor_lazy_load_background_images','1','auto'),(568,'elementor_element_cache_ttl','24','auto'),(569,'elementor_experiment-e_optimized_markup','default','auto'),(570,'elementor_experiment-cloud-library','default','auto'),(571,'elementor_experiment-e_font_icon_svg','default','auto'),(572,'elementor_experiment-additional_custom_breakpoints','default','auto'),(573,'elementor_experiment-container','active','auto'),(574,'elementor_experiment-hello-theme-header-footer','default','auto'),(575,'elementor_experiment-nested-elements','default','auto'),(576,'elementor_experiment-e_element_cache','default','auto'),(646,'fm_key','lxObIRV3kU8CF1hMwepGmaqyg','auto'),(647,'_transient_timeout_filemanager_cancel_lk_popup_1','1756036450','off'),(648,'_transient_filemanager_cancel_lk_popup_1','filemanager_cancel_lk_popup_1','off'),(649,'filemanager_email_verified_1','yes','auto'),(1264,'_site_transient_wp_theme_files_patterns-46451c32caed5abeaca211d6973d27f4','a:2:{s:7:\"version\";s:5:\"3.4.4\";s:8:\"patterns\";a:0:{}}','off'),(1266,'_site_transient_timeout_wp_theme_files_patterns-46451c32caed5abeaca211d6973d27f4','1755093653','off'),(1269,'_site_transient_timeout_theme_roots','1755094406','off'),(1270,'_site_transient_theme_roots','a:4:{s:15:\"hello-elementor\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','off'),(1271,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1755092807;s:8:\"response\";a:1:{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:6:\"3.31.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.8.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:35:\"envato-elements/envato-elements.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/envato-elements\";s:4:\"slug\";s:15:\"envato-elements\";s:6:\"plugin\";s:35:\"envato-elements/envato-elements.php\";s:11:\"new_version\";s:6:\"2.0.16\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/envato-elements/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/envato-elements.2.0.16.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/envato-elements/assets/icon.svg?rev=3129155\";s:3:\"svg\";s:60:\"https://ps.w.org/envato-elements/assets/icon.svg?rev=3129155\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/envato-elements/assets/banner-1544x500.png?rev=3129155\";s:2:\"1x\";s:70:\"https://ps.w.org/envato-elements/assets/banner-772x250.png?rev=3129155\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:39:\"wp-file-manager/file_folder_manager.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/wp-file-manager\";s:4:\"slug\";s:15:\"wp-file-manager\";s:6:\"plugin\";s:39:\"wp-file-manager/file_folder_manager.php\";s:11:\"new_version\";s:5:\"8.0.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-file-manager/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-file-manager.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=2491299\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=2491299\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}}s:7:\"checked\";a:5:{s:19:\"akismet/akismet.php\";s:3:\"5.5\";s:23:\"elementor/elementor.php\";s:6:\"3.30.3\";s:35:\"envato-elements/envato-elements.php\";s:6:\"2.0.16\";s:9:\"hello.php\";s:5:\"1.7.2\";s:39:\"wp-file-manager/file_folder_manager.php\";s:5:\"8.0.2\";}}','off');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=2386 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,6,'_elementor_edit_mode','builder'),(4,6,'_elementor_template_type','kit'),(5,7,'_elementor_edit_mode','builder'),(6,7,'_elementor_template_type','wp-post'),(7,8,'_elementor_edit_mode','builder'),(8,8,'_elementor_template_type','post'),(9,7,'_elementor_version','3.30.2'),(10,7,'_edit_lock','1753193816:1'),(12,9,'_edit_lock','1753365124:1'),(14,9,'_elementor_edit_mode','builder'),(15,9,'_elementor_template_type','wp-page'),(16,9,'_elementor_version','3.30.3'),(28,15,'_elementor_edit_mode','builder'),(29,15,'_elementor_template_type','wp-page'),(30,15,'_elementor_version','3.30.2'),(31,16,'_elementor_edit_mode','builder'),(32,16,'_elementor_template_type','wp-page'),(33,16,'_elementor_version','3.30.2'),(34,9,'_wp_page_template','default'),(35,9,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(36,9,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/gradients.svg\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":8,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#157FDA\",\"ekit_blog_posts_floating_date_triangle_color\":\"#157FDA\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#0B1C3D\",\"ekit_blog_posts_content_color\":\"#000000\",\"ekit_blog_posts_btn_bg_color_background\":\"gradient\",\"ekit_blog_posts_btn_bg_color_color\":\"#3CC9F0\",\"ekit_blog_posts_btn_bg_color_color_b\":\"#157FDA\",\"ekit_blog_posts_btn_bg_hover_color_background\":\"gradient\",\"ekit_blog_posts_btn_bg_hover_color_color\":\"#157FDA\",\"ekit_blog_posts_btn_bg_hover_color_color_b\":\"#3CC9F0\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#157FDA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"424d197\",\"elType\":\"widget\",\"settings\":{\"title\":\" Trusted by Leaders Across the Healthcare Spectrum\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ekit_client_logo_container_min_height\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false},{\"id\":\"9ffce50\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),(37,17,'_elementor_edit_mode','builder'),(38,17,'_elementor_template_type','wp-page'),(39,17,'_elementor_version','3.30.2'),(40,17,'_wp_page_template','default'),(41,17,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(42,17,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(46,18,'_elementor_edit_mode','builder'),(47,18,'_elementor_template_type','wp-page'),(48,18,'_elementor_version','3.30.2'),(49,18,'_wp_page_template','default'),(50,18,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(51,18,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(55,19,'_elementor_edit_mode','builder'),(56,19,'_elementor_template_type','wp-page'),(57,19,'_elementor_version','3.30.2'),(58,19,'_wp_page_template','default'),(59,19,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(60,19,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(64,20,'_elementor_edit_mode','builder'),(65,20,'_elementor_template_type','wp-page'),(66,20,'_elementor_version','3.30.2'),(67,20,'_wp_page_template','default'),(68,20,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(69,20,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(75,21,'_elementor_edit_mode','builder'),(76,21,'_elementor_template_type','wp-page'),(77,21,'_elementor_version','3.30.2'),(78,21,'_wp_page_template','default'),(79,21,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(80,21,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(84,22,'_elementor_edit_mode','builder'),(85,22,'_elementor_template_type','wp-page'),(86,22,'_elementor_version','3.30.2'),(87,22,'_wp_page_template','default'),(88,22,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(89,22,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(93,23,'_elementor_edit_mode','builder'),(94,23,'_elementor_template_type','wp-page'),(95,23,'_elementor_version','3.30.2'),(96,23,'_wp_page_template','default'),(97,23,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(98,23,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(113,25,'_elementor_edit_mode','builder'),(114,25,'_elementor_template_type','wp-page'),(115,25,'_elementor_version','3.30.2'),(116,25,'_wp_page_template','default'),(117,25,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(118,25,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(121,26,'_elementor_edit_mode','builder'),(122,26,'_elementor_template_type','wp-page'),(123,26,'_elementor_version','3.30.2'),(124,26,'_wp_page_template','default'),(125,26,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(126,26,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(129,27,'_elementor_edit_mode','builder'),(130,27,'_elementor_template_type','wp-page'),(131,27,'_elementor_version','3.30.2'),(132,27,'_wp_page_template','default'),(133,27,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(134,27,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#3CC9F0\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#3CC9F0\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(139,28,'_elementor_edit_mode','builder'),(140,28,'_elementor_template_type','wp-page'),(141,28,'_elementor_version','3.30.2'),(142,28,'_wp_page_template','default'),(143,28,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(144,28,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#3CC9F0\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#3CC9F0\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(148,29,'_elementor_edit_mode','builder'),(149,29,'_elementor_template_type','wp-page'),(150,29,'_elementor_version','3.30.2'),(151,29,'_wp_page_template','default'),(152,29,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(153,29,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#3CC9F0\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#3CC9F0\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(157,30,'_elementor_edit_mode','builder'),(158,30,'_elementor_template_type','wp-page'),(159,30,'_elementor_version','3.30.2'),(160,30,'_wp_page_template','default'),(161,30,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(162,30,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#3CC9F0\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(168,31,'_elementor_edit_mode','builder'),(169,31,'_elementor_template_type','wp-page'),(170,31,'_elementor_version','3.30.2'),(171,31,'_wp_page_template','default'),(172,31,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(173,31,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#3CC9F0\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(177,32,'_elementor_edit_mode','builder'),(178,32,'_elementor_template_type','wp-page'),(179,32,'_elementor_version','3.30.2'),(180,32,'_wp_page_template','default'),(181,32,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(182,32,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#3CC9F0\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(186,33,'_elementor_edit_mode','builder'),(187,33,'_elementor_template_type','wp-page'),(188,33,'_elementor_version','3.30.2'),(189,33,'_wp_page_template','default'),(190,33,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(191,33,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"button_text_color\":\"#000000\",\"background_color\":\"#3CC9F0\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#0B1C3D\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(197,34,'_elementor_edit_mode','builder'),(198,34,'_elementor_template_type','wp-page'),(199,34,'_elementor_version','3.30.2'),(200,34,'_wp_page_template','default'),(201,34,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(202,34,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"button_text_color\":\"#000000\",\"background_color\":\"#3CC9F0\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#0B1C3D\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(206,35,'_elementor_edit_mode','builder'),(207,35,'_elementor_template_type','wp-page'),(208,35,'_elementor_version','3.30.2'),(209,35,'_wp_page_template','default'),(210,35,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(211,35,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"button_text_color\":\"#000000\",\"background_color\":\"#3CC9F0\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#0B1C3D\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(215,36,'_elementor_edit_mode','builder'),(216,36,'_elementor_template_type','wp-page'),(217,36,'_elementor_version','3.30.2'),(218,36,'_wp_page_template','default'),(219,36,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(220,36,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(226,37,'_elementor_edit_mode','builder'),(227,37,'_elementor_template_type','wp-page'),(228,37,'_elementor_version','3.30.2'),(229,37,'_wp_page_template','default'),(230,37,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(231,37,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(235,38,'_elementor_edit_mode','builder'),(236,38,'_elementor_template_type','wp-page'),(237,38,'_elementor_version','3.30.2'),(238,38,'_wp_page_template','default'),(239,38,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(240,38,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(244,39,'_elementor_edit_mode','builder'),(245,39,'_elementor_template_type','wp-page'),(246,39,'_elementor_version','3.30.2'),(247,39,'_wp_page_template','default'),(248,39,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(249,39,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(255,40,'_elementor_edit_mode','builder'),(256,40,'_elementor_template_type','wp-page'),(257,40,'_elementor_version','3.30.2'),(258,40,'_wp_page_template','default'),(259,40,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(260,40,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(264,41,'_elementor_edit_mode','builder'),(265,41,'_elementor_template_type','wp-page'),(266,41,'_elementor_version','3.30.2'),(267,41,'_wp_page_template','default'),(268,41,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(269,41,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(273,42,'_elementor_edit_mode','builder'),(274,42,'_elementor_template_type','wp-page'),(275,42,'_elementor_version','3.30.2'),(276,42,'_wp_page_template','default'),(277,42,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(278,42,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(284,43,'_elementor_edit_mode','builder'),(285,43,'_elementor_template_type','wp-page'),(286,43,'_elementor_version','3.30.2'),(287,43,'_wp_page_template','default'),(288,43,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(289,43,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(293,44,'_elementor_edit_mode','builder'),(294,44,'_elementor_template_type','wp-page'),(295,44,'_elementor_version','3.30.2'),(296,44,'_wp_page_template','default'),(297,44,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(298,44,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(302,45,'_elementor_edit_mode','builder'),(303,45,'_elementor_template_type','wp-page'),(304,45,'_elementor_version','3.30.2'),(305,45,'_wp_page_template','default'),(306,45,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(307,45,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(313,46,'_elementor_edit_mode','builder'),(314,46,'_elementor_template_type','wp-page'),(315,46,'_elementor_version','3.30.2'),(316,46,'_wp_page_template','default'),(317,46,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(318,46,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(322,47,'_elementor_edit_mode','builder'),(323,47,'_elementor_template_type','wp-page'),(324,47,'_elementor_version','3.30.2'),(325,47,'_wp_page_template','default'),(326,47,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(327,47,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(331,48,'_elementor_edit_mode','builder'),(332,48,'_elementor_template_type','wp-page'),(333,48,'_elementor_version','3.30.2'),(334,48,'_wp_page_template','default'),(335,48,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(336,48,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(359,52,'_elementor_edit_mode','builder'),(360,52,'_elementor_template_type','wp-page'),(361,52,'_elementor_version','3.30.2'),(362,52,'_wp_page_template','default'),(363,52,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(364,52,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(367,53,'_elementor_edit_mode','builder'),(368,53,'_elementor_template_type','wp-page'),(369,53,'_elementor_version','3.30.2'),(370,53,'_wp_page_template','default'),(371,53,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(372,53,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(375,54,'_elementor_edit_mode','builder'),(376,54,'_elementor_template_type','wp-page'),(377,54,'_elementor_version','3.30.2'),(378,54,'_wp_page_template','default'),(379,54,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(380,54,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#3CC9F0\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),(385,55,'_elementor_edit_mode','builder'),(386,55,'_elementor_template_type','wp-page'),(387,55,'_elementor_version','3.30.3'),(388,55,'_wp_page_template','default'),(389,55,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(390,55,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#3CC9F0\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),(394,56,'_elementor_edit_mode','builder'),(395,56,'_elementor_template_type','wp-page'),(396,56,'_elementor_version','3.30.3'),(397,56,'_wp_page_template','default'),(398,56,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(399,56,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#3CC9F0\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),(403,57,'_elementor_edit_mode','builder'),(404,57,'_elementor_template_type','wp-page'),(405,57,'_elementor_version','3.30.3'),(406,57,'_wp_page_template','default'),(407,57,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(408,57,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#3CC9F0\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),(423,59,'_elementor_edit_mode','builder'),(424,59,'_elementor_template_type','wp-page'),(425,59,'_elementor_version','3.30.3'),(426,59,'_wp_page_template','default'),(427,59,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(428,59,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#3CC9F0\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),(431,60,'_elementor_edit_mode','builder'),(432,60,'_elementor_template_type','wp-page'),(433,60,'_elementor_version','3.30.3'),(434,60,'_wp_page_template','default'),(435,60,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(436,60,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#3CC9F0\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),(439,61,'_elementor_edit_mode','builder'),(440,61,'_elementor_template_type','wp-page'),(441,61,'_elementor_version','3.30.3'),(442,61,'_wp_page_template','default'),(443,61,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(444,61,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#3CC9F0\",\"_css_classes\":\"mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),(449,62,'_elementor_edit_mode','builder'),(450,62,'_elementor_template_type','wp-page'),(451,62,'_elementor_version','3.30.3'),(452,62,'_wp_page_template','default'),(453,62,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(454,62,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#3CC9F0\",\"_css_classes\":\"mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),(458,63,'_elementor_edit_mode','builder'),(459,63,'_elementor_template_type','wp-page'),(460,63,'_elementor_version','3.30.3'),(461,63,'_wp_page_template','default'),(462,63,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(463,63,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#3CC9F0\",\"_css_classes\":\"mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),(467,64,'_elementor_edit_mode','builder'),(468,64,'_elementor_template_type','wp-page'),(469,64,'_elementor_version','3.30.3'),(470,64,'_wp_page_template','default'),(471,64,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(472,64,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#3CC9F0\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),(476,65,'_wp_trash_meta_status','publish'),(477,65,'_wp_trash_meta_time','1753201590'),(489,69,'_elementor_edit_mode','builder'),(490,69,'_elementor_template_type','wp-page'),(491,69,'_elementor_version','3.30.3'),(492,69,'_wp_page_template','default'),(493,69,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(494,69,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#3CC9F0\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),(497,70,'_elementor_edit_mode','builder'),(498,70,'_elementor_template_type','wp-page'),(499,70,'_elementor_version','3.30.3'),(500,70,'_wp_page_template','default'),(501,70,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(502,70,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#3CC9F0\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),(505,71,'_elementor_edit_mode','builder'),(506,71,'_elementor_template_type','wp-page'),(507,71,'_elementor_version','3.30.3'),(508,71,'_wp_page_template','default'),(509,71,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(510,71,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#3CC9F0\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),(520,72,'_elementor_edit_mode','builder'),(521,72,'_elementor_template_type','wp-page'),(522,72,'_elementor_version','3.30.3'),(523,72,'_wp_page_template','default'),(524,72,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(525,72,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#3CC9F0\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),(529,73,'_elementor_edit_mode','builder'),(530,73,'_elementor_template_type','wp-page'),(531,73,'_elementor_version','3.30.3'),(532,73,'_wp_page_template','default'),(533,73,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(534,74,'_wp_trash_meta_status','publish'),(535,73,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#3CC9F0\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),(536,74,'_wp_trash_meta_time','1753263469'),(540,76,'_elementor_edit_mode','builder'),(541,76,'_elementor_template_type','wp-page'),(542,76,'_elementor_version','3.30.3'),(543,76,'_wp_page_template','default'),(544,76,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(545,76,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#4C7CE5\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),(551,77,'_elementor_edit_mode','builder'),(552,77,'_elementor_template_type','wp-page'),(553,77,'_elementor_version','3.30.3'),(554,77,'_wp_page_template','default'),(555,77,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(556,77,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#4C7CE5\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),(560,78,'_elementor_edit_mode','builder'),(561,78,'_elementor_template_type','wp-page'),(562,78,'_elementor_version','3.30.3'),(563,78,'_wp_page_template','default'),(564,78,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(565,78,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#4C7CE5\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#0B1C3D\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),(569,79,'_elementor_edit_mode','builder'),(570,79,'_elementor_template_type','wp-page'),(571,79,'_elementor_version','3.30.3'),(572,79,'_wp_page_template','default'),(573,79,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(574,79,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#4C7CE5\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#61CE7000\",\"background_color_b\":\"#4C7CE5\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),(578,6,'_edit_lock','1753361131:1'),(579,80,'_elementor_edit_mode','builder'),(580,80,'_elementor_template_type','kit'),(582,6,'_wp_page_template','default'),(583,6,'_elementor_page_settings','a:45:{s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#157FDA\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}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:15:\"The Better Care\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:7:\"Poppins\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:7:\"Poppins\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:7:\"Poppins\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:8:\"h3_color\";s:7:\"#157FDA\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:28:\"button_typography_typography\";s:6:\"custom\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:28:\"button_background_background\";s:8:\"gradient\";s:23:\"button_background_color\";s:7:\"#3CC9F0\";s:25:\"button_background_color_b\";s:7:\"#157FDA\";s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:23:\"button_hover_text_color\";s:7:\"#FFFFFF\";s:34:\"button_hover_background_background\";s:8:\"gradient\";s:29:\"button_hover_background_color\";s:7:\"#4C7CE5\";s:31:\"button_hover_background_color_b\";s:7:\"#3CC9F0\";s:26:\"button_hover_border_border\";s:5:\"solid\";s:25:\"button_hover_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:25:\"button_hover_border_color\";s:7:\"#FFFFFF\";s:26:\"button_hover_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"35\";s:8:\"isLinked\";b:0;}s:8:\"h2_color\";s:7:\"#0B1C3D\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:7:\"Poppins\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:33;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"600\";s:33:\"button_typography_text_decoration\";s:4:\"none\";}'),(584,6,'_elementor_data','[]'),(585,81,'_elementor_edit_mode','builder'),(586,81,'_elementor_template_type','kit'),(588,81,'_wp_page_template','default'),(589,81,'_elementor_page_settings','a:12:{s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#4C7CE5\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}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:15:\"The Better Care\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(590,81,'_elementor_data','[]'),(592,6,'_elementor_version','3.30.3'),(601,83,'_elementor_edit_mode','builder'),(602,83,'_elementor_template_type','kit'),(603,83,'_wp_page_template','default'),(604,83,'_elementor_page_settings','a:21:{s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#4C7CE5\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}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:15:\"The Better Care\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:7:\"Poppins\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:7:\"Poppins\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:7:\"Poppins\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:28:\"button_typography_typography\";s:6:\"custom\";}'),(605,83,'_elementor_data','[]'),(606,83,'_elementor_version','3.30.3'),(608,84,'_elementor_edit_mode','builder'),(609,84,'_elementor_template_type','kit'),(610,84,'_wp_page_template','default'),(611,84,'_elementor_page_settings','a:37:{s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#4C7CE5\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}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:15:\"The Better Care\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:7:\"Poppins\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:7:\"Poppins\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:7:\"Poppins\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:28:\"button_typography_typography\";s:6:\"custom\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:28:\"button_background_background\";s:8:\"gradient\";s:23:\"button_background_color\";s:7:\"#3CC9F0\";s:25:\"button_background_color_b\";s:7:\"#4C7CE5\";s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:23:\"button_hover_text_color\";s:7:\"#FFFFFF\";s:34:\"button_hover_background_background\";s:8:\"gradient\";s:29:\"button_hover_background_color\";s:7:\"#4C7CE5\";s:31:\"button_hover_background_color_b\";s:7:\"#3CC9F0\";s:26:\"button_hover_border_border\";s:5:\"solid\";s:25:\"button_hover_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:25:\"button_hover_border_color\";s:7:\"#FFFFFF\";s:26:\"button_hover_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"35\";s:8:\"isLinked\";b:0;}}'),(612,84,'_elementor_data','[]'),(613,84,'_elementor_version','3.30.3'),(616,85,'_elementor_edit_mode','builder'),(618,85,'_elementor_template_type','wp-page'),(621,85,'_elementor_version','3.30.3'),(622,85,'_wp_page_template','default'),(623,85,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(624,85,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#4C7CE5\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#61CE7000\",\"background_color_b\":\"#4C7CE5\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),(625,86,'_elementor_edit_mode','builder'),(626,86,'_elementor_template_type','wp-page'),(627,86,'_elementor_version','3.30.3'),(628,86,'_wp_page_template','default'),(629,86,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(630,86,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_background\":\"gradient\",\"background_color\":\"#3CC9F0\",\"background_color_b\":\"#4C7CE5\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_background\":\"gradient\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#61CE7000\",\"background_color_b\":\"#4C7CE5\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":\"\",\"spread\":0,\"color\":\"#000000\"},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#0B1C3D\",\"button_background_hover_color_b\":\"#3CC9F0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),(634,87,'_elementor_edit_mode','builder'),(635,87,'_elementor_template_type','wp-page'),(636,87,'_elementor_version','3.30.3'),(637,87,'_wp_page_template','default'),(638,87,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(639,87,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),(643,88,'_elementor_edit_mode','builder'),(644,88,'_elementor_template_type','wp-page'),(645,88,'_elementor_version','3.30.3'),(647,88,'_wp_page_template','default'),(649,88,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(650,88,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),(652,89,'_elementor_edit_mode','builder'),(653,89,'_elementor_template_type','wp-page'),(654,89,'_elementor_version','3.30.3'),(655,89,'_wp_page_template','default'),(656,89,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(657,89,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),(661,90,'_elementor_edit_mode','builder'),(662,90,'_elementor_template_type','wp-page'),(663,90,'_elementor_version','3.30.3'),(664,90,'_wp_page_template','default'),(665,90,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(666,90,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),(670,91,'_elementor_edit_mode','builder'),(671,91,'_elementor_template_type','kit'),(672,91,'_wp_page_template','default'),(673,91,'_elementor_page_settings','a:39:{s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#4C7CE5\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}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:15:\"The Better Care\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:7:\"Poppins\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:7:\"Poppins\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:7:\"Poppins\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:8:\"h3_color\";s:7:\"#4C7CE5\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:28:\"button_typography_typography\";s:6:\"custom\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:28:\"button_background_background\";s:8:\"gradient\";s:23:\"button_background_color\";s:7:\"#3CC9F0\";s:25:\"button_background_color_b\";s:7:\"#4C7CE5\";s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:23:\"button_hover_text_color\";s:7:\"#FFFFFF\";s:34:\"button_hover_background_background\";s:8:\"gradient\";s:29:\"button_hover_background_color\";s:7:\"#4C7CE5\";s:31:\"button_hover_background_color_b\";s:7:\"#3CC9F0\";s:26:\"button_hover_border_border\";s:5:\"solid\";s:25:\"button_hover_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:25:\"button_hover_border_color\";s:7:\"#FFFFFF\";s:26:\"button_hover_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"35\";s:8:\"isLinked\";b:0;}}'),(674,91,'_elementor_data','[]'),(675,91,'_elementor_version','3.30.3'),(678,92,'_elementor_edit_mode','builder'),(679,92,'_elementor_template_type','wp-page'),(680,92,'_elementor_version','3.30.3'),(681,92,'_wp_page_template','default'),(682,92,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(683,92,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),(684,93,'_elementor_edit_mode','builder'),(685,93,'_elementor_template_type','wp-page'),(687,93,'_elementor_version','3.30.3'),(688,93,'_wp_page_template','default'),(689,93,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(691,93,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),(694,94,'_elementor_edit_mode','builder'),(695,94,'_elementor_template_type','wp-page'),(696,94,'_elementor_version','3.30.3'),(697,94,'_wp_page_template','default'),(698,94,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(699,94,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),(715,97,'_elementor_edit_mode','builder'),(716,97,'_elementor_template_type','wp-page'),(717,97,'_elementor_version','3.30.3'),(718,97,'_wp_page_template','default'),(719,97,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(720,97,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),(724,98,'_elementor_edit_mode','builder'),(725,98,'_elementor_template_type','wp-page'),(726,98,'_elementor_version','3.30.3'),(727,98,'_wp_page_template','default'),(728,98,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(729,98,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),(733,99,'_elementor_edit_mode','builder'),(734,99,'_elementor_template_type','wp-page'),(735,99,'_elementor_version','3.30.3'),(736,99,'_wp_page_template','default'),(737,99,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(738,99,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),(744,100,'_elementor_edit_mode','builder'),(745,100,'_elementor_template_type','wp-page'),(746,100,'_elementor_version','3.30.3'),(747,100,'_wp_page_template','default'),(748,100,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(749,100,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),(753,101,'_elementor_edit_mode','builder'),(754,101,'_elementor_template_type','wp-page'),(755,101,'_elementor_version','3.30.3'),(756,101,'_wp_page_template','default'),(757,101,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(758,101,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),(762,102,'_elementor_edit_mode','builder'),(763,102,'_elementor_template_type','wp-page'),(764,102,'_elementor_version','3.30.3'),(765,102,'_wp_page_template','default'),(766,102,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(767,102,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),(773,103,'_elementor_edit_mode','builder'),(774,103,'_elementor_template_type','wp-page'),(775,103,'_elementor_version','3.30.3'),(776,103,'_wp_page_template','default'),(777,103,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(778,103,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),(782,104,'_elementor_edit_mode','builder'),(783,104,'_elementor_template_type','wp-page'),(784,104,'_elementor_version','3.30.3'),(785,104,'_wp_page_template','default'),(786,104,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(787,104,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),(791,105,'_elementor_edit_mode','builder'),(792,105,'_elementor_template_type','wp-page'),(793,105,'_elementor_version','3.30.3'),(794,105,'_wp_page_template','default'),(795,105,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(796,105,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),(820,110,'_elementor_edit_mode','builder'),(821,110,'_elementor_template_type','wp-page'),(822,110,'_elementor_version','3.30.3'),(823,110,'_wp_page_template','default'),(824,110,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(825,110,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),(828,111,'_elementor_edit_mode','builder'),(829,111,'_elementor_template_type','wp-page'),(830,111,'_elementor_version','3.30.3'),(831,111,'_wp_page_template','default'),(832,111,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(833,111,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),(837,112,'_elementor_edit_mode','builder'),(838,112,'_elementor_template_type','wp-page'),(839,112,'_elementor_version','3.30.3'),(840,112,'_wp_page_template','default'),(841,112,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(842,112,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),(857,114,'_elementor_edit_mode','builder'),(858,114,'_elementor_template_type','wp-page'),(859,114,'_elementor_version','3.30.3'),(860,114,'_wp_page_template','default'),(861,114,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(862,114,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),(865,115,'_elementor_edit_mode','builder'),(866,115,'_elementor_template_type','wp-page'),(867,115,'_elementor_version','3.30.3'),(868,115,'_wp_page_template','default'),(869,115,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(870,115,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),(873,116,'_elementor_edit_mode','builder'),(874,116,'_elementor_template_type','wp-page'),(875,116,'_elementor_version','3.30.3'),(876,116,'_wp_page_template','default'),(877,116,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(878,116,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),(891,117,'_elementor_edit_mode','builder'),(892,117,'_elementor_template_type','wp-page'),(893,117,'_elementor_version','3.30.3'),(894,117,'_wp_page_template','default'),(895,117,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(896,117,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),(900,118,'_elementor_edit_mode','builder'),(901,118,'_elementor_template_type','wp-page'),(902,118,'_elementor_version','3.30.3'),(903,118,'_wp_page_template','default'),(904,118,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(905,118,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),(909,119,'_elementor_edit_mode','builder'),(910,119,'_elementor_template_type','wp-page'),(911,119,'_elementor_version','3.30.3'),(912,119,'_wp_page_template','default'),(913,119,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(914,119,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(918,1,'_edit_lock','1753268348:1'),(919,120,'footnotes',''),(925,123,'_edit_lock','1753286092:1'),(928,125,'_edit_lock','1753285997:1'),(933,127,'_elementor_edit_mode','builder'),(934,127,'_elementor_template_type','wp-page'),(935,127,'_elementor_version','3.30.3'),(936,127,'_wp_page_template','default'),(937,127,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(938,127,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(942,128,'_elementor_edit_mode','builder'),(943,128,'_elementor_template_type','wp-page'),(944,128,'_elementor_version','3.30.3'),(945,128,'_wp_page_template','default'),(946,128,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(947,128,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(951,129,'_elementor_edit_mode','builder'),(952,129,'_elementor_template_type','wp-page'),(953,129,'_elementor_version','3.30.3'),(954,129,'_wp_page_template','default'),(955,129,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(956,129,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(962,130,'_wp_page_template','elementor_canvas'),(963,130,'elementskit_template_activation','yes'),(964,130,'elementskit_template_type','header'),(965,130,'elementskit_template_condition_a','entire_site'),(966,130,'elementskit_template_condition_singular','all'),(967,130,'elementskit_template_condition_singular_id',NULL),(968,131,'_wp_page_template','elementor_canvas'),(969,131,'elementskit_template_activation','yes'),(970,131,'elementskit_template_type','footer'),(971,131,'elementskit_template_condition_a','entire_site'),(972,131,'elementskit_template_condition_singular','all'),(973,131,'elementskit_template_condition_singular_id',NULL),(974,130,'_elementor_edit_mode','builder'),(975,130,'_elementor_template_type','wp-post'),(976,130,'_elementor_version','3.30.3'),(977,130,'_edit_lock','1753365124:1'),(978,130,'ekit_post_views_count','4'),(980,133,'_wp_page_template','elementor_canvas'),(981,133,'_elementor_edit_mode','builder'),(982,133,'_elementor_template_type','wp-post'),(983,133,'_elementor_version','3.30.3'),(985,134,'_wp_page_template','elementor_canvas'),(986,134,'_elementor_edit_mode','builder'),(987,134,'_elementor_template_type','wp-post'),(988,134,'_elementor_version','3.30.3'),(990,130,'_elementor_data','[{\"id\":\"b491872\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb9987a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"893bec2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"icon_align\":\"left\",\"divider\":\"yes\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"ef31e3c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"757e285\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"011729b\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Twitter\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"2127b5d\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"_id\":\"e15035e\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-v\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"}],\"ekit_socialmedai_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"ekit_socialmedai_list_align\":\"right\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5d63fde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"63f764d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"81ea996\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1abd524\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e61581f\",\"elType\":\"widget\",\"settings\":{\"elementskit_submenu_container_width\":\"220px\",\"elementskit_nav_menu\":\"main-menu\",\"elementskit_main_menu_position\":\"elementskit-menu-po-right\",\"elementskit_one_page_enable\":\"\",\"elementskit_menubar_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),(991,135,'_wp_page_template','elementor_canvas'),(992,135,'_elementor_edit_mode','builder'),(993,135,'_elementor_template_type','wp-post'),(994,135,'_elementor_version','3.30.3'),(996,135,'_elementor_data','[{\"id\":\"b491872\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb9987a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"893bec2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"icon icon-envelope1\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"icon_align\":\"left\",\"divider\":\"yes\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"ef31e3c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"757e285\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"011729b\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Twitter\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"2127b5d\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"_id\":\"e15035e\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"}],\"ekit_socialmedai_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5d63fde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"63f764d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"81ea996\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1abd524\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e61581f\",\"elType\":\"widget\",\"settings\":{\"elementskit_submenu_container_width\":\"220px\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),(1053,142,'_wp_page_template','elementor_canvas'),(1054,142,'_elementor_edit_mode','builder'),(1056,142,'_elementor_template_type','wp-post'),(1057,142,'_elementor_version','3.30.3'),(1058,142,'_elementor_data','[{\"id\":\"b491872\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb9987a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"893bec2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"icon icon-envelope1\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"icon_align\":\"left\",\"divider\":\"yes\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"ef31e3c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"757e285\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"011729b\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Twitter\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"2127b5d\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"_id\":\"e15035e\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"}],\"ekit_socialmedai_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5d63fde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"63f764d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"81ea996\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1abd524\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e61581f\",\"elType\":\"widget\",\"settings\":{\"elementskit_submenu_container_width\":\"220px\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),(1061,143,'_wp_page_template','elementor_canvas'),(1062,143,'_elementor_edit_mode','builder'),(1063,143,'_elementor_template_type','wp-post'),(1064,143,'_elementor_version','3.30.3'),(1065,143,'_elementor_data','[{\"id\":\"b491872\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb9987a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"893bec2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"icon icon-envelope1\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"icon_align\":\"left\",\"divider\":\"yes\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"ef31e3c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"757e285\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"011729b\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Twitter\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"2127b5d\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"_id\":\"e15035e\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"}],\"ekit_socialmedai_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5d63fde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"63f764d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"81ea996\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1abd524\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e61581f\",\"elType\":\"widget\",\"settings\":{\"elementskit_submenu_container_width\":\"220px\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),(1069,144,'_wp_page_template','elementor_canvas'),(1070,144,'_elementor_edit_mode','builder'),(1071,144,'_elementor_template_type','wp-post'),(1072,144,'_elementor_version','3.30.3'),(1073,144,'_elementor_data','[{\"id\":\"b491872\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb9987a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"893bec2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"icon icon-envelope1\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"icon_align\":\"left\",\"divider\":\"yes\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"ef31e3c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"757e285\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"011729b\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Twitter\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"2127b5d\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"_id\":\"e15035e\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"}],\"ekit_socialmedai_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5d63fde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"63f764d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26}},\"elements\":[{\"id\":\"81ea996\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1abd524\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":73}},\"elements\":[{\"id\":\"e61581f\",\"elType\":\"widget\",\"settings\":{\"elementskit_submenu_container_width\":\"220px\",\"elementskit_nav_menu\":\"main-menu\",\"elementskit_content_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),(1079,145,'_wp_page_template','elementor_canvas'),(1080,145,'_elementor_edit_mode','builder'),(1081,145,'_elementor_template_type','wp-post'),(1082,145,'_elementor_version','3.30.3'),(1083,145,'_elementor_data','[{\"id\":\"b491872\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb9987a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"893bec2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"icon icon-envelope1\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"icon_align\":\"left\",\"divider\":\"yes\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"ef31e3c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"757e285\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"011729b\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Twitter\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"2127b5d\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"_id\":\"e15035e\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"}],\"ekit_socialmedai_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5d63fde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"63f764d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26}},\"elements\":[{\"id\":\"81ea996\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1abd524\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":73}},\"elements\":[{\"id\":\"e61581f\",\"elType\":\"widget\",\"settings\":{\"elementskit_submenu_container_width\":\"220px\",\"elementskit_nav_menu\":\"main-menu\",\"elementskit_content_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),(1087,146,'_wp_page_template','elementor_canvas'),(1088,146,'_elementor_edit_mode','builder'),(1089,146,'_elementor_template_type','wp-post'),(1090,146,'_elementor_version','3.30.3'),(1091,146,'_elementor_data','[{\"id\":\"b491872\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb9987a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"893bec2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"icon icon-envelope1\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"icon_align\":\"left\",\"divider\":\"yes\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"ef31e3c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"757e285\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"011729b\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Twitter\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"2127b5d\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"_id\":\"e15035e\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"}],\"ekit_socialmedai_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5d63fde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"63f764d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26}},\"elements\":[{\"id\":\"81ea996\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1abd524\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":73}},\"elements\":[{\"id\":\"e61581f\",\"elType\":\"widget\",\"settings\":{\"elementskit_submenu_container_width\":\"220px\",\"elementskit_nav_menu\":\"main-menu\",\"elementskit_content_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),(1095,147,'_wp_page_template','elementor_canvas'),(1096,147,'_elementor_edit_mode','builder'),(1097,147,'_elementor_template_type','wp-post'),(1098,147,'_elementor_version','3.30.3'),(1099,147,'_elementor_data','[{\"id\":\"b491872\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb9987a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"893bec2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"icon icon-envelope1\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"icon_align\":\"left\",\"divider\":\"yes\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"ef31e3c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"757e285\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"011729b\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Twitter\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"2127b5d\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"_id\":\"e15035e\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"}],\"ekit_socialmedai_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5d63fde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"63f764d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"81ea996\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1abd524\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e61581f\",\"elType\":\"widget\",\"settings\":{\"elementskit_submenu_container_width\":\"220px\",\"elementskit_nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),(1105,148,'_wp_page_template','elementor_canvas'),(1106,148,'_elementor_edit_mode','builder'),(1107,148,'_elementor_template_type','wp-post'),(1108,148,'_elementor_version','3.30.3'),(1109,148,'_elementor_data','[{\"id\":\"b491872\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb9987a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"893bec2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"icon icon-envelope1\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"icon_align\":\"left\",\"divider\":\"yes\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"ef31e3c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"757e285\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"011729b\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Twitter\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"2127b5d\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"_id\":\"e15035e\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"}],\"ekit_socialmedai_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5d63fde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"63f764d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"81ea996\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1abd524\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e61581f\",\"elType\":\"widget\",\"settings\":{\"elementskit_submenu_container_width\":\"220px\",\"elementskit_nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),(1113,149,'_wp_page_template','elementor_canvas'),(1114,149,'_elementor_edit_mode','builder'),(1115,149,'_elementor_template_type','wp-post'),(1116,149,'_elementor_version','3.30.3'),(1117,149,'_elementor_data','[{\"id\":\"b491872\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb9987a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"893bec2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"icon icon-envelope1\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"icon_align\":\"left\",\"divider\":\"yes\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"ef31e3c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"757e285\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"011729b\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Twitter\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"2127b5d\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"_id\":\"e15035e\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"}],\"ekit_socialmedai_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5d63fde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"63f764d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"81ea996\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1abd524\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e61581f\",\"elType\":\"widget\",\"settings\":{\"elementskit_submenu_container_width\":\"220px\",\"elementskit_nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),(1121,150,'_wp_page_template','elementor_canvas'),(1122,150,'_elementor_edit_mode','builder'),(1123,150,'_elementor_template_type','wp-post'),(1124,150,'_elementor_version','3.30.3'),(1125,150,'_elementor_data','[{\"id\":\"b491872\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb9987a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"893bec2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"icon icon-envelope1\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"icon_align\":\"left\",\"divider\":\"yes\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"ef31e3c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"757e285\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"011729b\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Twitter\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"2127b5d\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"_id\":\"e15035e\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"}],\"ekit_socialmedai_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5d63fde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"63f764d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"81ea996\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1abd524\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e61581f\",\"elType\":\"widget\",\"settings\":{\"elementskit_submenu_container_width\":\"220px\",\"elementskit_nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),(1139,152,'_wp_page_template','elementor_canvas'),(1140,152,'_elementor_edit_mode','builder'),(1141,152,'_elementor_template_type','wp-post'),(1142,152,'_elementor_version','3.30.3'),(1143,152,'_elementor_data','[{\"id\":\"b491872\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb9987a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"893bec2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"icon icon-envelope1\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"icon_align\":\"left\",\"divider\":\"yes\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"ef31e3c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"757e285\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"011729b\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Twitter\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"2127b5d\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"_id\":\"e15035e\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"}],\"ekit_socialmedai_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5d63fde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"63f764d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"81ea996\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1abd524\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e61581f\",\"elType\":\"widget\",\"settings\":{\"elementskit_submenu_container_width\":\"220px\",\"elementskit_nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),(1146,153,'_wp_page_template','elementor_canvas'),(1147,153,'_elementor_edit_mode','builder'),(1148,153,'_elementor_template_type','wp-post'),(1149,153,'_elementor_version','3.30.3'),(1150,153,'_elementor_data','[{\"id\":\"b491872\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb9987a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"893bec2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"icon icon-envelope1\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"icon_align\":\"left\",\"divider\":\"yes\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"ef31e3c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"757e285\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"011729b\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Twitter\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"2127b5d\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"_id\":\"e15035e\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"}],\"ekit_socialmedai_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5d63fde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"63f764d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"81ea996\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1abd524\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e61581f\",\"elType\":\"widget\",\"settings\":{\"elementskit_submenu_container_width\":\"220px\",\"elementskit_nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),(1153,154,'_wp_page_template','elementor_canvas'),(1154,154,'_elementor_edit_mode','builder'),(1155,154,'_elementor_template_type','wp-post'),(1156,154,'_elementor_version','3.30.3'),(1157,154,'_elementor_data','[{\"id\":\"b491872\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb9987a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"893bec2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"icon_align\":\"left\",\"divider\":\"yes\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"ef31e3c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"757e285\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"011729b\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Twitter\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"2127b5d\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"_id\":\"e15035e\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"}],\"ekit_socialmedai_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5d63fde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"63f764d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"81ea996\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1abd524\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e61581f\",\"elType\":\"widget\",\"settings\":{\"elementskit_submenu_container_width\":\"220px\",\"elementskit_nav_menu\":\"main-menu\",\"elementskit_one_page_enable\":\"\",\"elementskit_menubar_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),(1160,155,'_wp_page_template','elementor_canvas'),(1161,155,'_elementor_edit_mode','builder'),(1162,155,'_elementor_template_type','wp-post'),(1163,155,'_elementor_version','3.30.3'),(1164,155,'_elementor_data','[{\"id\":\"b491872\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb9987a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"893bec2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"icon_align\":\"left\",\"divider\":\"yes\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"ef31e3c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"757e285\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"011729b\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Twitter\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"2127b5d\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"_id\":\"e15035e\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"}],\"ekit_socialmedai_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5d63fde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"63f764d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"81ea996\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1abd524\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e61581f\",\"elType\":\"widget\",\"settings\":{\"elementskit_submenu_container_width\":\"220px\",\"elementskit_nav_menu\":\"main-menu\",\"elementskit_one_page_enable\":\"\",\"elementskit_menubar_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),(1166,156,'_wp_page_template','elementor_canvas'),(1167,156,'_elementor_edit_mode','builder'),(1168,156,'_elementor_template_type','wp-post'),(1169,156,'_elementor_version','3.30.3'),(1170,156,'_elementor_data','[{\"id\":\"b491872\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb9987a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"893bec2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"icon_align\":\"left\",\"divider\":\"yes\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"ef31e3c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"757e285\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"011729b\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Twitter\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"2127b5d\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"_id\":\"e15035e\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"}],\"ekit_socialmedai_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5d63fde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"63f764d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"81ea996\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1abd524\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e61581f\",\"elType\":\"widget\",\"settings\":{\"elementskit_submenu_container_width\":\"220px\",\"elementskit_nav_menu\":\"main-menu\",\"elementskit_one_page_enable\":\"\",\"elementskit_menubar_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),(1172,157,'_wp_page_template','elementor_canvas'),(1173,157,'_elementor_edit_mode','builder'),(1174,157,'_elementor_template_type','wp-post'),(1175,157,'_elementor_version','3.30.3'),(1176,157,'_elementor_data','[{\"id\":\"b491872\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb9987a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"893bec2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"icon_align\":\"left\",\"divider\":\"yes\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"ef31e3c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"757e285\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"011729b\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Twitter\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"2127b5d\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"},{\"_id\":\"e15035e\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-v\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_icon_color\":\"#000000\",\"ekit_socialmedia_icon_bg_color\":\"#FFFFFF\"}],\"ekit_socialmedai_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"ekit_socialmedai_list_align\":\"right\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5d63fde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"63f764d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"81ea996\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1abd524\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e61581f\",\"elType\":\"widget\",\"settings\":{\"elementskit_submenu_container_width\":\"220px\",\"elementskit_nav_menu\":\"main-menu\",\"elementskit_main_menu_position\":\"elementskit-menu-po-right\",\"elementskit_one_page_enable\":\"\",\"elementskit_menubar_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),(1180,158,'_elementor_edit_mode','builder'),(1181,158,'_elementor_template_type','wp-page'),(1182,158,'_elementor_version','3.30.3'),(1183,158,'_wp_page_template','default'),(1184,158,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1185,158,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(1189,159,'_elementor_edit_mode','builder'),(1190,159,'_elementor_template_type','wp-page'),(1191,159,'_elementor_version','3.30.3'),(1192,159,'_wp_page_template','default'),(1193,159,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1194,159,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(1198,160,'_elementor_edit_mode','builder'),(1199,160,'_elementor_template_type','wp-page'),(1200,160,'_elementor_version','3.30.3'),(1201,160,'_wp_page_template','default'),(1202,160,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1203,160,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(1207,161,'_elementor_edit_mode','builder'),(1208,161,'_elementor_template_type','wp-page'),(1209,161,'_elementor_version','3.30.3'),(1210,161,'_wp_page_template','default'),(1211,161,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1212,161,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(1214,162,'_elementor_edit_mode','builder'),(1215,162,'_elementor_template_type','wp-page'),(1216,162,'_elementor_version','3.30.3'),(1217,162,'_wp_page_template','default'),(1218,162,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1219,162,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(1221,163,'_elementor_edit_mode','builder'),(1222,163,'_elementor_template_type','wp-page'),(1223,163,'_elementor_version','3.30.3'),(1224,163,'_wp_page_template','default'),(1225,163,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1226,163,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(1230,164,'_elementor_edit_mode','builder'),(1231,164,'_elementor_template_type','wp-page'),(1232,164,'_elementor_version','3.30.3'),(1233,164,'_wp_page_template','default'),(1234,164,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1235,164,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(1239,165,'_elementor_edit_mode','builder'),(1240,165,'_elementor_template_type','wp-page'),(1241,165,'_elementor_version','3.30.3'),(1242,165,'_wp_page_template','default'),(1243,165,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1244,165,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(1248,166,'_elementor_edit_mode','builder'),(1249,166,'_elementor_template_type','wp-page'),(1250,166,'_elementor_version','3.30.3'),(1251,166,'_wp_page_template','default'),(1252,166,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1253,166,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(1257,167,'_elementor_edit_mode','builder'),(1258,167,'_elementor_template_type','wp-page'),(1259,167,'_elementor_version','3.30.3'),(1260,167,'_wp_page_template','default'),(1261,167,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1262,167,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(1264,168,'_elementor_edit_mode','builder'),(1265,168,'_elementor_template_type','wp-page'),(1266,168,'_elementor_version','3.30.3'),(1267,168,'_wp_page_template','default'),(1268,168,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1269,168,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(1271,169,'_elementor_edit_mode','builder'),(1272,169,'_elementor_template_type','wp-page'),(1273,169,'_elementor_version','3.30.3'),(1274,169,'_wp_page_template','default'),(1276,169,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1278,169,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(1303,175,'_elementor_edit_mode','builder'),(1304,175,'_elementor_template_type','wp-page'),(1305,175,'_elementor_version','3.30.3'),(1306,175,'_wp_page_template','default'),(1307,175,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1308,175,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(1311,176,'_elementor_edit_mode','builder'),(1312,176,'_elementor_template_type','wp-page'),(1314,176,'_elementor_version','3.30.3'),(1315,176,'_wp_page_template','default'),(1316,176,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1317,176,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(1318,177,'_elementor_edit_mode','builder'),(1320,177,'_elementor_template_type','wp-page'),(1323,177,'_elementor_version','3.30.3'),(1324,177,'_wp_page_template','default'),(1326,177,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1328,177,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(1332,179,'_elementor_edit_mode','builder'),(1333,179,'_elementor_template_type','wp-page'),(1334,179,'_elementor_version','3.30.3'),(1335,179,'_wp_page_template','default'),(1336,179,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1337,179,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}]'),(1341,180,'_elementor_edit_mode','builder'),(1342,180,'_elementor_template_type','wp-page'),(1343,180,'_elementor_version','3.30.3'),(1344,181,'_elementor_edit_mode','builder'),(1345,181,'_elementor_template_type','wp-page'),(1346,180,'_wp_page_template','default'),(1347,181,'_elementor_version','3.30.3'),(1348,180,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1349,181,'_wp_page_template','default'),(1350,180,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/nih-logo-1.png\",\"id\":174,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Title #3\",\"_id\":\"900af43\"},{\"ekit_client_logo_list_title\":\"Title #4\",\"_id\":\"79cd8dc\"},{\"ekit_client_logo_list_title\":\"Title #5\",\"_id\":\"62a6d31\"}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1351,181,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1353,181,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/nih-logo-1.png\",\"id\":174,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Title #3\",\"_id\":\"900af43\"},{\"ekit_client_logo_list_title\":\"Title #4\",\"_id\":\"79cd8dc\"},{\"ekit_client_logo_list_title\":\"Title #5\",\"_id\":\"62a6d31\"}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1369,184,'_elementor_edit_mode','builder'),(1370,184,'_elementor_template_type','wp-page'),(1371,184,'_elementor_version','3.30.3'),(1372,184,'_wp_page_template','default'),(1373,184,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1374,184,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/nih-logo-1.png\",\"id\":174,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Title #3\",\"_id\":\"900af43\"},{\"ekit_client_logo_list_title\":\"Title #4\",\"_id\":\"79cd8dc\"},{\"ekit_client_logo_list_title\":\"Title #5\",\"_id\":\"62a6d31\"}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1378,185,'_elementor_edit_mode','builder'),(1379,185,'_elementor_template_type','wp-page'),(1380,185,'_elementor_version','3.30.3'),(1381,185,'_wp_page_template','default'),(1382,185,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1383,185,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/nih-logo-1.png\",\"id\":174,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Title #3\",\"_id\":\"900af43\"},{\"ekit_client_logo_list_title\":\"Title #4\",\"_id\":\"79cd8dc\"},{\"ekit_client_logo_list_title\":\"Title #5\",\"_id\":\"62a6d31\"}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1387,186,'_elementor_edit_mode','builder'),(1388,186,'_elementor_template_type','wp-page'),(1389,186,'_elementor_version','3.30.3'),(1390,186,'_wp_page_template','default'),(1391,186,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1392,186,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/nih-logo-1.png\",\"id\":174,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Title #3\",\"_id\":\"900af43\"},{\"ekit_client_logo_list_title\":\"Title #4\",\"_id\":\"79cd8dc\"},{\"ekit_client_logo_list_title\":\"Title #5\",\"_id\":\"62a6d31\"}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1422,193,'_elementor_edit_mode','builder'),(1423,193,'_elementor_template_type','wp-page'),(1424,193,'_elementor_version','3.30.3'),(1425,193,'_wp_page_template','default'),(1426,193,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1427,193,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/nih-logo-1.png\",\"id\":174,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Title #3\",\"_id\":\"900af43\"},{\"ekit_client_logo_list_title\":\"Title #4\",\"_id\":\"79cd8dc\"},{\"ekit_client_logo_list_title\":\"Title #5\",\"_id\":\"62a6d31\"}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1430,194,'_elementor_edit_mode','builder'),(1431,194,'_elementor_template_type','wp-page'),(1432,194,'_elementor_version','3.30.3'),(1433,194,'_wp_page_template','default'),(1435,194,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1437,194,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/nih-logo-1.png\",\"id\":174,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Title #3\",\"_id\":\"900af43\"},{\"ekit_client_logo_list_title\":\"Title #4\",\"_id\":\"79cd8dc\"},{\"ekit_client_logo_list_title\":\"Title #5\",\"_id\":\"62a6d31\"}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1443,189,'_elementor_version','3.30.3'),(1444,196,'_elementor_edit_mode','builder'),(1445,196,'_elementor_template_type','wp-page'),(1446,196,'_elementor_version','3.30.3'),(1447,196,'_wp_page_template','default'),(1448,196,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1449,196,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1452,197,'_elementor_edit_mode','builder'),(1453,197,'_elementor_template_type','wp-page'),(1454,197,'_elementor_version','3.30.3'),(1455,197,'_wp_page_template','default'),(1457,197,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1459,197,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1461,198,'_elementor_edit_mode','builder'),(1462,198,'_elementor_template_type','wp-page'),(1463,198,'_elementor_version','3.30.3'),(1464,198,'_wp_page_template','default'),(1465,198,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1466,198,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1470,199,'_elementor_edit_mode','builder'),(1471,199,'_elementor_template_type','wp-page'),(1472,199,'_elementor_version','3.30.3'),(1473,199,'_wp_page_template','default'),(1474,199,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1475,200,'_elementor_edit_mode','builder'),(1476,199,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1477,200,'_elementor_template_type','wp-page'),(1480,200,'_elementor_version','3.30.3'),(1482,200,'_wp_page_template','default'),(1483,200,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1484,200,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1490,201,'_elementor_edit_mode','builder'),(1491,201,'_elementor_template_type','wp-page'),(1492,201,'_elementor_version','3.30.3'),(1493,201,'_wp_page_template','default'),(1494,201,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1495,201,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1498,202,'_elementor_edit_mode','builder'),(1499,202,'_elementor_template_type','wp-page'),(1500,202,'_elementor_version','3.30.3'),(1501,202,'_wp_page_template','default'),(1502,202,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1503,202,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1509,203,'_elementor_edit_mode','builder'),(1510,203,'_elementor_template_type','wp-page'),(1511,203,'_elementor_version','3.30.3'),(1512,203,'_wp_page_template','default'),(1513,203,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1514,203,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1518,204,'_elementor_edit_mode','builder'),(1519,204,'_elementor_template_type','wp-page'),(1520,204,'_elementor_version','3.30.3'),(1521,204,'_wp_page_template','default'),(1522,204,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1523,204,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1527,205,'_elementor_edit_mode','builder'),(1528,205,'_elementor_template_type','wp-page'),(1529,205,'_elementor_version','3.30.3'),(1530,205,'_wp_page_template','default'),(1531,205,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1532,205,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":15,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1545,207,'_elementor_edit_mode','builder'),(1546,207,'_elementor_template_type','wp-page'),(1547,207,'_elementor_version','3.30.3'),(1548,207,'_wp_page_template','default'),(1549,207,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1550,207,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":15,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1553,208,'_elementor_edit_mode','builder'),(1554,208,'_elementor_template_type','wp-page'),(1555,208,'_elementor_version','3.30.3'),(1556,208,'_wp_page_template','default'),(1557,208,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1558,208,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":15,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1562,209,'_elementor_edit_mode','builder'),(1563,209,'_elementor_template_type','wp-page'),(1564,209,'_elementor_version','3.30.3'),(1565,209,'_wp_page_template','default'),(1566,209,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1567,209,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":15,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1573,210,'_elementor_edit_mode','builder'),(1574,210,'_elementor_template_type','wp-page'),(1575,210,'_elementor_version','3.30.3'),(1576,210,'_wp_page_template','default'),(1577,210,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1578,210,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":15,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1582,211,'_elementor_edit_mode','builder'),(1583,211,'_elementor_template_type','wp-page'),(1584,211,'_elementor_version','3.30.3'),(1585,211,'_wp_page_template','default'),(1586,211,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1587,211,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":15,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1591,212,'_elementor_edit_mode','builder'),(1592,212,'_elementor_template_type','wp-page'),(1593,212,'_elementor_version','3.30.3'),(1594,212,'_wp_page_template','default'),(1595,212,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1596,212,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":15,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1601,213,'_elementor_edit_mode','builder'),(1602,213,'_elementor_template_type','wp-page'),(1604,213,'_elementor_version','3.30.3'),(1605,213,'_wp_page_template','default'),(1606,213,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1607,213,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":15,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1609,214,'_elementor_edit_mode','builder'),(1610,214,'_elementor_template_type','wp-page'),(1611,214,'_elementor_version','3.30.3'),(1612,214,'_wp_page_template','default'),(1613,214,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1614,214,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":15,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1618,215,'_elementor_edit_mode','builder'),(1619,215,'_elementor_template_type','wp-page'),(1620,215,'_elementor_version','3.30.3'),(1621,215,'_wp_page_template','default'),(1622,215,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1623,215,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":15,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1629,216,'_elementor_edit_mode','builder'),(1630,216,'_elementor_template_type','wp-page'),(1631,216,'_elementor_version','3.30.3'),(1632,216,'_wp_page_template','default'),(1633,216,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1634,216,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":15,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1638,125,'ekit_post_views_count','3'),(1640,218,'_wp_trash_meta_status','publish'),(1641,218,'_wp_trash_meta_time','1753347827'),(1642,220,'_elementor_edit_mode','builder'),(1643,220,'_elementor_template_type','wp-page'),(1644,220,'_elementor_version','3.30.3'),(1645,220,'_wp_page_template','default'),(1646,220,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1647,220,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":15,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1651,221,'_elementor_edit_mode','builder'),(1652,221,'_elementor_template_type','wp-page'),(1653,221,'_elementor_version','3.30.3'),(1654,221,'_wp_page_template','default'),(1655,221,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1656,221,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":15,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1660,222,'_elementor_edit_mode','builder'),(1661,222,'_elementor_template_type','wp-page'),(1662,222,'_elementor_version','3.30.3'),(1663,222,'_wp_page_template','default'),(1664,222,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1665,222,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/gradients.svg\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":15,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1669,223,'_elementor_edit_mode','builder'),(1670,223,'_elementor_template_type','wp-page'),(1671,223,'_elementor_version','3.30.3'),(1672,223,'_wp_page_template','default'),(1673,223,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1674,223,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/gradients.svg\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":15,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1676,224,'_elementor_edit_mode','builder'),(1677,224,'_elementor_template_type','wp-page'),(1678,224,'_elementor_version','3.30.3'),(1679,224,'_wp_page_template','default'),(1680,224,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1681,224,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/gradients.svg\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":15,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1683,225,'_elementor_edit_mode','builder'),(1684,225,'_elementor_template_type','wp-page'),(1685,225,'_elementor_version','3.30.3'),(1686,225,'_wp_page_template','default'),(1687,225,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1688,131,'ekit_post_views_count','3'),(1689,225,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/gradients.svg\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":8,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#4C7CE5\",\"ekit_blog_posts_floating_date_triangle_color\":\"#4C7CE5\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#0B1C3D\",\"ekit_blog_posts_content_color\":\"#000000\",\"ekit_blog_posts_btn_bg_color_background\":\"gradient\",\"ekit_blog_posts_btn_bg_color_color\":\"#3CC9F0\",\"ekit_blog_posts_btn_bg_color_color_b\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1691,131,'_elementor_edit_mode','builder'),(1693,131,'_elementor_template_type','wp-post'),(1695,131,'_elementor_version','3.30.3'),(1698,131,'_edit_lock','1753365118:1'),(1708,228,'_elementor_edit_mode','builder'),(1709,228,'_elementor_template_type','wp-page'),(1710,228,'_elementor_version','3.30.3'),(1711,228,'_wp_page_template','default'),(1712,228,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1713,228,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/gradients.svg\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":8,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#4C7CE5\",\"ekit_blog_posts_floating_date_triangle_color\":\"#4C7CE5\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#0B1C3D\",\"ekit_blog_posts_content_color\":\"#000000\",\"ekit_blog_posts_btn_bg_color_background\":\"gradient\",\"ekit_blog_posts_btn_bg_color_color\":\"#3CC9F0\",\"ekit_blog_posts_btn_bg_color_color_b\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1717,229,'_elementor_edit_mode','builder'),(1718,229,'_elementor_template_type','wp-page'),(1719,229,'_elementor_version','3.30.3'),(1720,229,'_wp_page_template','default'),(1721,229,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1722,229,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/gradients.svg\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":8,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#4C7CE5\",\"ekit_blog_posts_floating_date_triangle_color\":\"#4C7CE5\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#0B1C3D\",\"ekit_blog_posts_content_color\":\"#000000\",\"ekit_blog_posts_btn_bg_color_background\":\"gradient\",\"ekit_blog_posts_btn_bg_color_color\":\"#3CC9F0\",\"ekit_blog_posts_btn_bg_color_color_b\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1725,230,'_elementor_edit_mode','builder'),(1726,230,'_elementor_template_type','wp-page'),(1727,230,'_elementor_version','3.30.3'),(1728,230,'_wp_page_template','default'),(1729,230,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1730,230,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/gradients.svg\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":8,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#4C7CE5\",\"ekit_blog_posts_floating_date_triangle_color\":\"#4C7CE5\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#0B1C3D\",\"ekit_blog_posts_content_color\":\"#000000\",\"ekit_blog_posts_btn_bg_color_background\":\"gradient\",\"ekit_blog_posts_btn_bg_color_color\":\"#3CC9F0\",\"ekit_blog_posts_btn_bg_color_color_b\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"424d197\",\"elType\":\"widget\",\"settings\":{\"title\":\" Trusted by Leaders Across the Healthcare Spectrum\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ekit_client_logo_container_min_height\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1741,232,'_elementor_edit_mode','builder'),(1742,232,'_elementor_template_type','wp-page'),(1743,232,'_elementor_version','3.30.3'),(1744,232,'_wp_page_template','default'),(1745,232,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1746,232,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/gradients.svg\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":8,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#4C7CE5\",\"ekit_blog_posts_floating_date_triangle_color\":\"#4C7CE5\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#0B1C3D\",\"ekit_blog_posts_content_color\":\"#000000\",\"ekit_blog_posts_btn_bg_color_background\":\"gradient\",\"ekit_blog_posts_btn_bg_color_color\":\"#3CC9F0\",\"ekit_blog_posts_btn_bg_color_color_b\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"424d197\",\"elType\":\"widget\",\"settings\":{\"title\":\" Trusted by Leaders Across the Healthcare Spectrum\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ekit_client_logo_container_min_height\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1748,233,'_elementor_edit_mode','builder'),(1749,233,'_elementor_template_type','wp-page'),(1750,233,'_elementor_version','3.30.3'),(1751,233,'_wp_page_template','default'),(1752,233,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1753,233,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/gradients.svg\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":8,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#4C7CE5\",\"ekit_blog_posts_floating_date_triangle_color\":\"#4C7CE5\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#0B1C3D\",\"ekit_blog_posts_content_color\":\"#000000\",\"ekit_blog_posts_btn_bg_color_background\":\"gradient\",\"ekit_blog_posts_btn_bg_color_color\":\"#3CC9F0\",\"ekit_blog_posts_btn_bg_color_color_b\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"424d197\",\"elType\":\"widget\",\"settings\":{\"title\":\" Trusted by Leaders Across the Healthcare Spectrum\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ekit_client_logo_container_min_height\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1756,234,'_elementor_edit_mode','builder'),(1758,234,'_elementor_template_type','wp-page'),(1759,234,'_elementor_version','3.30.3'),(1760,234,'_wp_page_template','default'),(1762,234,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1763,234,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/gradients.svg\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":8,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#4C7CE5\",\"ekit_blog_posts_floating_date_triangle_color\":\"#4C7CE5\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#0B1C3D\",\"ekit_blog_posts_content_color\":\"#000000\",\"ekit_blog_posts_btn_bg_color_background\":\"gradient\",\"ekit_blog_posts_btn_bg_color_color\":\"#3CC9F0\",\"ekit_blog_posts_btn_bg_color_color_b\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"424d197\",\"elType\":\"widget\",\"settings\":{\"title\":\" Trusted by Leaders Across the Healthcare Spectrum\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ekit_client_logo_container_min_height\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1771,237,'_wp_trash_meta_status','publish'),(1772,237,'_wp_trash_meta_time','1753348996'),(1773,239,'_wp_trash_meta_status','publish'),(1774,239,'_wp_trash_meta_time','1753349012'),(1775,241,'_wp_trash_meta_status','publish'),(1776,241,'_wp_trash_meta_time','1753349033'),(1777,243,'_wp_trash_meta_status','publish'),(1778,243,'_wp_trash_meta_time','1753349059'),(1780,245,'_wp_page_template','elementor_canvas'),(1781,245,'_elementor_edit_mode','builder'),(1782,245,'_elementor_template_type','wp-post'),(1783,245,'_elementor_version','3.30.3'),(1784,246,'_wp_page_template','elementor_canvas'),(1785,246,'_elementor_edit_mode','builder'),(1786,246,'_elementor_template_type','wp-post'),(1787,246,'_elementor_version','3.30.3'),(1788,131,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"},\"css_classes\":\"quick_links\"},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"337ddba\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"2604c1a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Partnerships\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Media & Press\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"f06f00c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Careers\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f458543\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d567816\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"text_color_hover\":\"#4C7CE5\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"},\"flex_direction\":\"column-reverse\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Our Newsletter\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1789,247,'_wp_page_template','elementor_canvas'),(1790,247,'_elementor_edit_mode','builder'),(1791,247,'_elementor_template_type','wp-post'),(1792,247,'_elementor_version','3.30.3'),(1793,247,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D5D5D55C\"},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1795,248,'_wp_page_template','elementor_canvas'),(1796,248,'_elementor_edit_mode','builder'),(1797,248,'_elementor_template_type','wp-post'),(1798,248,'_elementor_version','3.30.3'),(1799,248,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D5D5D55C\"},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1801,249,'_wp_page_template','elementor_canvas'),(1802,249,'_elementor_edit_mode','builder'),(1803,249,'_elementor_template_type','wp-post'),(1804,249,'_elementor_version','3.30.3'),(1805,249,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D5D5D55C\"},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1807,250,'_wp_page_template','elementor_canvas'),(1808,250,'_elementor_edit_mode','builder'),(1809,250,'_elementor_template_type','wp-post'),(1810,250,'_elementor_version','3.30.3'),(1811,250,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5\"},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"e27a4f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),(1813,251,'_wp_page_template','elementor_canvas'),(1814,251,'_elementor_edit_mode','builder'),(1815,251,'_elementor_template_type','wp-post'),(1816,251,'_elementor_version','3.30.3'),(1817,251,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5\"},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"e27a4f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),(1819,252,'_wp_page_template','elementor_canvas'),(1820,252,'_elementor_edit_mode','builder'),(1821,252,'_elementor_template_type','wp-post'),(1822,252,'_elementor_version','3.30.3'),(1823,252,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5\"},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"e27a4f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),(1825,253,'_wp_page_template','elementor_canvas'),(1826,253,'_elementor_edit_mode','builder'),(1827,253,'_elementor_template_type','wp-post'),(1828,253,'_elementor_version','3.30.3'),(1829,253,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\"},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\"},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1831,254,'_wp_page_template','elementor_canvas'),(1832,254,'_elementor_edit_mode','builder'),(1833,254,'_elementor_template_type','wp-post'),(1834,254,'_elementor_version','3.30.3'),(1835,254,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\"},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\"},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1837,255,'_wp_page_template','elementor_canvas'),(1838,255,'_elementor_edit_mode','builder'),(1839,255,'_elementor_template_type','wp-post'),(1840,255,'_elementor_version','3.30.3'),(1841,255,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\"},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\"},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1843,256,'_wp_page_template','elementor_canvas'),(1844,256,'_elementor_edit_mode','builder'),(1845,256,'_elementor_template_type','wp-post'),(1846,256,'_elementor_version','3.30.3'),(1847,256,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\"},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1851,257,'_wp_page_template','elementor_canvas'),(1852,257,'_elementor_edit_mode','builder'),(1853,257,'_elementor_template_type','wp-post'),(1854,257,'_elementor_version','3.30.3'),(1855,257,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\"},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1859,258,'_wp_page_template','elementor_canvas'),(1860,258,'_elementor_edit_mode','builder'),(1861,258,'_elementor_template_type','wp-post'),(1862,258,'_elementor_version','3.30.3'),(1863,258,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\"},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1867,259,'_wp_page_template','elementor_canvas'),(1868,259,'_elementor_edit_mode','builder'),(1869,259,'_elementor_template_type','wp-post'),(1870,259,'_elementor_version','3.30.3'),(1871,259,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1877,260,'_wp_page_template','elementor_canvas'),(1878,260,'_elementor_edit_mode','builder'),(1879,260,'_elementor_template_type','wp-post'),(1880,260,'_elementor_version','3.30.3'),(1881,260,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1885,261,'_wp_page_template','elementor_canvas'),(1886,261,'_elementor_edit_mode','builder'),(1887,261,'_elementor_template_type','wp-post'),(1888,261,'_elementor_version','3.30.3'),(1889,261,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1893,262,'_wp_page_template','elementor_canvas'),(1894,262,'_elementor_edit_mode','builder'),(1895,262,'_elementor_template_type','wp-post'),(1896,262,'_elementor_version','3.30.3'),(1897,262,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1903,263,'_wp_page_template','elementor_canvas'),(1904,263,'_elementor_edit_mode','builder'),(1905,263,'_elementor_template_type','wp-post'),(1906,263,'_elementor_version','3.30.3'),(1907,263,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1911,264,'_wp_page_template','elementor_canvas'),(1912,264,'_elementor_edit_mode','builder'),(1913,264,'_elementor_template_type','wp-post'),(1914,264,'_elementor_version','3.30.3'),(1915,264,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1919,265,'_wp_page_template','elementor_canvas'),(1920,265,'_elementor_edit_mode','builder'),(1921,265,'_elementor_template_type','wp-post'),(1922,265,'_elementor_version','3.30.3'),(1923,265,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1927,266,'_wp_page_template','elementor_canvas'),(1928,266,'_elementor_edit_mode','builder'),(1929,266,'_elementor_template_type','wp-post'),(1930,266,'_elementor_version','3.30.3'),(1931,266,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1933,267,'_wp_page_template','elementor_canvas'),(1934,267,'_elementor_edit_mode','builder'),(1935,267,'_elementor_template_type','wp-post'),(1936,267,'_elementor_version','3.30.3'),(1937,267,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C5B3\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1939,268,'_wp_page_template','elementor_canvas'),(1940,268,'_elementor_edit_mode','builder'),(1941,268,'_elementor_template_type','wp-post'),(1942,268,'_elementor_version','3.30.3'),(1943,268,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1947,123,'ekit_post_views_count','2'),(1949,269,'_elementor_edit_mode','builder'),(1950,269,'_elementor_template_type','wp-page'),(1951,269,'_elementor_version','3.30.3'),(1952,269,'_wp_page_template','default'),(1953,269,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1954,269,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/gradients.svg\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":8,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#4C7CE5\",\"ekit_blog_posts_floating_date_triangle_color\":\"#4C7CE5\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#0B1C3D\",\"ekit_blog_posts_content_color\":\"#000000\",\"ekit_blog_posts_btn_bg_color_background\":\"gradient\",\"ekit_blog_posts_btn_bg_color_color\":\"#3CC9F0\",\"ekit_blog_posts_btn_bg_color_color_b\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"424d197\",\"elType\":\"widget\",\"settings\":{\"title\":\" Trusted by Leaders Across the Healthcare Spectrum\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ekit_client_logo_container_min_height\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1958,270,'_elementor_edit_mode','builder'),(1959,270,'_elementor_template_type','wp-page'),(1960,270,'_elementor_version','3.30.3'),(1961,270,'_wp_page_template','default'),(1962,270,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1963,270,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/gradients.svg\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":8,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#4C7CE5\",\"ekit_blog_posts_floating_date_triangle_color\":\"#4C7CE5\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#0B1C3D\",\"ekit_blog_posts_content_color\":\"#000000\",\"ekit_blog_posts_btn_bg_color_background\":\"gradient\",\"ekit_blog_posts_btn_bg_color_color\":\"#3CC9F0\",\"ekit_blog_posts_btn_bg_color_color_b\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"424d197\",\"elType\":\"widget\",\"settings\":{\"title\":\" Trusted by Leaders Across the Healthcare Spectrum\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ekit_client_logo_container_min_height\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1967,271,'_elementor_edit_mode','builder'),(1968,271,'_elementor_template_type','wp-page'),(1969,271,'_elementor_version','3.30.3'),(1970,271,'_wp_page_template','default'),(1971,271,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1972,271,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/gradients.svg\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":8,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#4C7CE5\",\"ekit_blog_posts_floating_date_triangle_color\":\"#4C7CE5\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#0B1C3D\",\"ekit_blog_posts_content_color\":\"#000000\",\"ekit_blog_posts_btn_bg_color_background\":\"gradient\",\"ekit_blog_posts_btn_bg_color_color\":\"#3CC9F0\",\"ekit_blog_posts_btn_bg_color_color_b\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"424d197\",\"elType\":\"widget\",\"settings\":{\"title\":\" Trusted by Leaders Across the Healthcare Spectrum\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ekit_client_logo_container_min_height\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(1983,273,'_wp_page_template','elementor_canvas'),(1984,273,'_elementor_edit_mode','builder'),(1985,273,'_elementor_template_type','wp-post'),(1986,273,'_elementor_version','3.30.3'),(1987,273,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1991,274,'_wp_page_template','elementor_canvas'),(1992,274,'_elementor_edit_mode','builder'),(1993,274,'_elementor_template_type','wp-post'),(1994,274,'_elementor_version','3.30.3'),(1995,274,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(1999,275,'_wp_page_template','elementor_canvas'),(2000,275,'_elementor_edit_mode','builder'),(2001,275,'_elementor_template_type','wp-post'),(2002,275,'_elementor_version','3.30.3'),(2003,275,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2013,277,'_wp_page_template','elementor_canvas'),(2014,277,'_elementor_edit_mode','builder'),(2015,277,'_elementor_template_type','wp-post'),(2016,277,'_elementor_version','3.30.3'),(2017,277,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2022,278,'_wp_page_template','elementor_canvas'),(2024,278,'_elementor_edit_mode','builder'),(2025,278,'_elementor_template_type','wp-post'),(2026,278,'_elementor_version','3.30.3'),(2027,278,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2030,279,'_wp_page_template','elementor_canvas'),(2031,279,'_elementor_edit_mode','builder'),(2032,279,'_elementor_template_type','wp-post'),(2033,279,'_elementor_version','3.30.3'),(2034,279,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_color\":\"#4C7CE5\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Socialize\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2040,280,'_wp_page_template','elementor_canvas'),(2041,280,'_elementor_edit_mode','builder'),(2042,280,'_elementor_template_type','wp-post'),(2043,280,'_elementor_version','3.30.3'),(2044,280,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_color\":\"#4C7CE5\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Socialize\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2048,281,'_wp_page_template','elementor_canvas'),(2049,281,'_elementor_edit_mode','builder'),(2050,281,'_elementor_template_type','wp-post'),(2051,281,'_elementor_version','3.30.3'),(2052,281,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_color\":\"#4C7CE5\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Socialize\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2056,282,'_wp_page_template','elementor_canvas'),(2057,282,'_elementor_edit_mode','builder'),(2058,282,'_elementor_template_type','wp-post'),(2059,282,'_elementor_version','3.30.3'),(2060,282,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_color\":\"#4C7CE5\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Socialize\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2070,284,'_wp_page_template','elementor_canvas'),(2071,284,'_elementor_edit_mode','builder'),(2072,284,'_elementor_template_type','wp-post'),(2073,284,'_elementor_version','3.30.3'),(2074,284,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_color\":\"#4C7CE5\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Socialize\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2078,285,'_wp_page_template','elementor_canvas'),(2079,285,'_elementor_edit_mode','builder'),(2080,285,'_elementor_template_type','wp-post'),(2081,285,'_elementor_version','3.30.3'),(2082,285,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_color\":\"#4C7CE5\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Socialize\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2085,286,'_wp_page_template','elementor_canvas'),(2086,286,'_elementor_edit_mode','builder'),(2087,286,'_elementor_template_type','wp-post'),(2088,286,'_elementor_version','3.30.3'),(2089,286,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_color\":\"#4C7CE5\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Socialize\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2149,293,'_elementor_edit_mode','builder'),(2150,293,'_elementor_template_type','kit'),(2151,293,'_wp_page_template','default'),(2152,293,'_elementor_page_settings','a:44:{s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#4C7CE5\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}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:15:\"The Better Care\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:7:\"Poppins\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:7:\"Poppins\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:7:\"Poppins\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:8:\"h3_color\";s:7:\"#4C7CE5\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:28:\"button_typography_typography\";s:6:\"custom\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:28:\"button_background_background\";s:8:\"gradient\";s:23:\"button_background_color\";s:7:\"#3CC9F0\";s:25:\"button_background_color_b\";s:7:\"#4C7CE5\";s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:23:\"button_hover_text_color\";s:7:\"#FFFFFF\";s:34:\"button_hover_background_background\";s:8:\"gradient\";s:29:\"button_hover_background_color\";s:7:\"#4C7CE5\";s:31:\"button_hover_background_color_b\";s:7:\"#3CC9F0\";s:26:\"button_hover_border_border\";s:5:\"solid\";s:25:\"button_hover_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:25:\"button_hover_border_color\";s:7:\"#FFFFFF\";s:26:\"button_hover_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"35\";s:8:\"isLinked\";b:0;}s:8:\"h2_color\";s:7:\"#0B1C3D\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:7:\"Poppins\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:33;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"600\";}'),(2153,293,'_elementor_data','[]'),(2154,293,'_elementor_version','3.30.3'),(2171,294,'_elementor_edit_mode','builder'),(2172,294,'_elementor_template_type','kit'),(2173,294,'_wp_page_template','default'),(2174,294,'_elementor_page_settings','a:44:{s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#157FDA\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}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:15:\"The Better Care\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:7:\"Poppins\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:7:\"Poppins\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:7:\"Poppins\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:8:\"h3_color\";s:7:\"#4C7CE5\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:28:\"button_typography_typography\";s:6:\"custom\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:28:\"button_background_background\";s:8:\"gradient\";s:23:\"button_background_color\";s:7:\"#3CC9F0\";s:25:\"button_background_color_b\";s:7:\"#4C7CE5\";s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:23:\"button_hover_text_color\";s:7:\"#FFFFFF\";s:34:\"button_hover_background_background\";s:8:\"gradient\";s:29:\"button_hover_background_color\";s:7:\"#4C7CE5\";s:31:\"button_hover_background_color_b\";s:7:\"#3CC9F0\";s:26:\"button_hover_border_border\";s:5:\"solid\";s:25:\"button_hover_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:25:\"button_hover_border_color\";s:7:\"#FFFFFF\";s:26:\"button_hover_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"35\";s:8:\"isLinked\";b:0;}s:8:\"h2_color\";s:7:\"#0B1C3D\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:7:\"Poppins\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:33;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"600\";}'),(2175,294,'_elementor_data','[]'),(2176,294,'_elementor_version','3.30.3'),(2179,295,'_elementor_edit_mode','builder'),(2180,295,'_elementor_template_type','kit'),(2181,295,'_wp_page_template','default'),(2182,295,'_elementor_page_settings','a:44:{s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#157FDA\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}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:15:\"The Better Care\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:7:\"Poppins\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:7:\"Poppins\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:7:\"Poppins\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:8:\"h3_color\";s:7:\"#4C7CE5\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:28:\"button_typography_typography\";s:6:\"custom\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:28:\"button_background_background\";s:8:\"gradient\";s:23:\"button_background_color\";s:7:\"#3CC9F0\";s:25:\"button_background_color_b\";s:7:\"#157FDA\";s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:23:\"button_hover_text_color\";s:7:\"#FFFFFF\";s:34:\"button_hover_background_background\";s:8:\"gradient\";s:29:\"button_hover_background_color\";s:7:\"#4C7CE5\";s:31:\"button_hover_background_color_b\";s:7:\"#3CC9F0\";s:26:\"button_hover_border_border\";s:5:\"solid\";s:25:\"button_hover_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:25:\"button_hover_border_color\";s:7:\"#FFFFFF\";s:26:\"button_hover_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"35\";s:8:\"isLinked\";b:0;}s:8:\"h2_color\";s:7:\"#0B1C3D\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:7:\"Poppins\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:33;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"600\";}'),(2183,295,'_elementor_data','[]'),(2184,295,'_elementor_version','3.30.3'),(2186,296,'_elementor_edit_mode','builder'),(2187,296,'_elementor_template_type','kit'),(2188,296,'_wp_page_template','default'),(2189,296,'_elementor_page_settings','a:45:{s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#157FDA\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}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:15:\"The Better Care\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:7:\"Poppins\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:7:\"Poppins\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:7:\"Poppins\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:8:\"h3_color\";s:7:\"#4C7CE5\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:28:\"button_typography_typography\";s:6:\"custom\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:28:\"button_background_background\";s:8:\"gradient\";s:23:\"button_background_color\";s:7:\"#3CC9F0\";s:25:\"button_background_color_b\";s:7:\"#157FDA\";s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:23:\"button_hover_text_color\";s:7:\"#FFFFFF\";s:34:\"button_hover_background_background\";s:8:\"gradient\";s:29:\"button_hover_background_color\";s:7:\"#4C7CE5\";s:31:\"button_hover_background_color_b\";s:7:\"#3CC9F0\";s:26:\"button_hover_border_border\";s:5:\"solid\";s:25:\"button_hover_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:25:\"button_hover_border_color\";s:7:\"#FFFFFF\";s:26:\"button_hover_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"35\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"35\";s:8:\"isLinked\";b:0;}s:8:\"h2_color\";s:7:\"#0B1C3D\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:7:\"Poppins\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:33;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"600\";s:33:\"button_typography_text_decoration\";s:4:\"none\";}'),(2190,296,'_elementor_data','[]'),(2191,296,'_elementor_version','3.30.3'),(2207,297,'_elementor_edit_mode','builder'),(2208,297,'_elementor_template_type','wp-page'),(2209,297,'_elementor_version','3.30.3'),(2210,297,'_wp_page_template','default'),(2211,297,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2212,297,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/gradients.svg\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":8,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#4C7CE5\",\"ekit_blog_posts_floating_date_triangle_color\":\"#4C7CE5\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#0B1C3D\",\"ekit_blog_posts_content_color\":\"#000000\",\"ekit_blog_posts_btn_bg_color_background\":\"gradient\",\"ekit_blog_posts_btn_bg_color_color\":\"#3CC9F0\",\"ekit_blog_posts_btn_bg_color_color_b\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"424d197\",\"elType\":\"widget\",\"settings\":{\"title\":\" Trusted by Leaders Across the Healthcare Spectrum\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ekit_client_logo_container_min_height\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(2216,298,'_elementor_edit_mode','builder'),(2217,298,'_elementor_template_type','wp-page'),(2218,298,'_elementor_version','3.30.3'),(2219,298,'_wp_page_template','default'),(2220,298,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2221,298,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/gradients.svg\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":8,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#4C7CE5\",\"ekit_blog_posts_floating_date_triangle_color\":\"#4C7CE5\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#0B1C3D\",\"ekit_blog_posts_content_color\":\"#000000\",\"ekit_blog_posts_btn_bg_color_background\":\"gradient\",\"ekit_blog_posts_btn_bg_color_color\":\"#3CC9F0\",\"ekit_blog_posts_btn_bg_color_color_b\":\"#4C7CE5\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#4C7CE5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"424d197\",\"elType\":\"widget\",\"settings\":{\"title\":\" Trusted by Leaders Across the Healthcare Spectrum\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ekit_client_logo_container_min_height\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false}]'),(2225,299,'_elementor_edit_mode','builder'),(2226,299,'_elementor_template_type','wp-page'),(2227,299,'_elementor_version','3.30.3'),(2228,299,'_wp_page_template','default'),(2229,299,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2230,299,'_elementor_data','[{\"id\":\"07b9ce4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/banner2.jpg\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C1C21\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d664e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining What\\u2019s Possible <\\/br> in Healthcare With AI\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"text_shadow_text_shadow\":{\"horizontal\":\"\",\"vertical\":\"\",\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d551359\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cc53f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba1029\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Our Solutions\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"03f8d85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"685d427\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":40,\"column\":\"40\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a6ead\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"6bda630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Healthcare-Mission-Statement.jpg\",\"id\":51,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"slideInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0b23b44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50}},\"elements\":[{\"id\":\"556e57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission Statement\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#4C7CE5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_css_classes\":\"mission\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cdba14\",\"elType\":\"widget\",\"settings\":{\"title\":\" Healthcare Deserves a Smarter Future\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a5c41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We\\u2019re on a mission to solve the healthcare industry\\u2019s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support\\u2014not replace\\u2014the human touch.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5be66f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6a5204\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Focus Areas\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"35349f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1469cf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"2157708\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Predictive-Diagnostics.svg\",\"id\":96},\"library\":\"svg\"},\"title_text\":\"Predictive Diagnostics\",\"description_text\":\"Early detection through AI-powered imaging and patient data analysis.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"47f25d2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d4ff1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Clinical-Workflow-Automation.svg\",\"id\":106},\"library\":\"svg\"},\"title_text\":\"Clinical Workflow Automation\",\"description_text\":\" Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"de4762f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"c8dd7e2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/Patient-Personalization.svg\",\"id\":107},\"library\":\"svg\"},\"title_text\":\"Patient Personalization\",\"description_text\":\" Customizing treatment plans using large-scale health data and machine learning.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3701d55\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"d39b031\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/AI-Ethics-Data-Integrity.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"AI Ethics & Data Integrity\",\"description_text\":\" Designing with transparency, patient safety, and regulatory compliance at the core.\",\"icon_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"title_color\":\"#0B1C3D\",\"hover_title_color\":\"#0B1C3D\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#E7E7E7\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":15,\"spread\":-15,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_color\":\"#E7E7E7\",\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":24,\"blur\":30,\"spread\":-30,\"color\":\"rgba(0, 0, 0, 0.5019607843137255)\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5dc2229\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/gradients.svg\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"9a5c5b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Articles\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e6167e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"articles\"},\"elements\":[{\"id\":\"b598be2\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"Learn more \",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_content_trim\":8,\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#157FDA\",\"ekit_blog_posts_floating_date_triangle_color\":\"#157FDA\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#0B1C3D\",\"ekit_blog_posts_content_color\":\"#000000\",\"ekit_blog_posts_btn_bg_color_background\":\"gradient\",\"ekit_blog_posts_btn_bg_color_color\":\"#3CC9F0\",\"ekit_blog_posts_btn_bg_color_color_b\":\"#157FDA\",\"ekit_blog_posts_btn_bg_hover_color_background\":\"gradient\",\"ekit_blog_posts_btn_bg_hover_color_color\":\"#157FDA\",\"ekit_blog_posts_btn_bg_hover_color_color_b\":\"#3CC9F0\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false},{\"id\":\"19e79ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#157FDA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#4C7CE5\",\"background_overlay_image\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/background.webp\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"424d197\",\"elType\":\"widget\",\"settings\":{\"title\":\" Trusted by Leaders Across the Healthcare Spectrum\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c55d7ae\",\"elType\":\"widget\",\"settings\":{\"ekit_client_logo_repiter\":[{\"ekit_client_logo_list_title\":\"Health Systems\",\"_id\":\"816069d\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/mayo-clinic-logo.svg\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_client_logo_enable_link\":\"yes\",\"ekit_client_logo_website_link\":{\"url\":\"https:\\/\\/www.mayoclinic.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_client_logo_list_title\":\"Research Institutions\",\"_id\":\"0c1b629\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-novant.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Digital Health Startups\",\"_id\":\"900af43\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-duke.webp\",\"id\":190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Pharma & Biotech Innovators\",\"_id\":\"79cd8dc\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-pann.webp\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"ekit_client_logo_list_title\":\"Government & Public Health\",\"_id\":\"62a6d31\",\"ekit_client_logo_image_normal\":{\"url\":\"https:\\/\\/betterhealthtech.server1.purelogics.net\\/wp-content\\/uploads\\/2025\\/07\\/ico-ohio.webp\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_client_logo_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_client_logo_left_right_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_client_logo_loop\":\"yes\",\"ekit_client_logo_separator_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ekit_client_logo_container_min_height\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-client-logo\"}],\"isInner\":false},{\"id\":\"9ffce50\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),(2234,300,'_wp_page_template','elementor_canvas'),(2235,300,'_elementor_edit_mode','builder'),(2236,300,'_elementor_template_type','wp-post'),(2237,300,'_elementor_version','3.30.3'),(2238,300,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_color\":\"#4C7CE5\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Socialize\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2242,301,'_wp_page_template','elementor_canvas'),(2243,301,'_elementor_edit_mode','builder'),(2244,301,'_elementor_template_type','wp-post'),(2245,301,'_elementor_version','3.30.3'),(2246,301,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_color\":\"#4C7CE5\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Socialize\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2252,302,'_wp_page_template','elementor_canvas'),(2253,302,'_elementor_edit_mode','builder'),(2254,302,'_elementor_template_type','wp-post'),(2255,302,'_elementor_version','3.30.3'),(2256,302,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"337ddba\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"2604c1a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Partnerships\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Media & Press\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"f06f00c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Careers\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f458543\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d567816\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"text_color_hover\":\"#4C7CE5\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Our Newsletter\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2262,303,'_wp_page_template','elementor_canvas'),(2263,303,'_elementor_edit_mode','builder'),(2264,303,'_elementor_template_type','wp-post'),(2265,303,'_elementor_version','3.30.3'),(2266,303,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"337ddba\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"2604c1a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Partnerships\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Media & Press\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"f06f00c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Careers\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f458543\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d567816\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"text_color_hover\":\"#4C7CE5\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Our Newsletter\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2270,304,'_wp_page_template','elementor_canvas'),(2271,304,'_elementor_edit_mode','builder'),(2272,304,'_elementor_template_type','wp-post'),(2273,304,'_elementor_version','3.30.3'),(2274,304,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"337ddba\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"2604c1a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Partnerships\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Media & Press\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"f06f00c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Careers\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f458543\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d567816\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"text_color_hover\":\"#4C7CE5\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Our Newsletter\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2278,305,'_wp_page_template','elementor_canvas'),(2279,305,'_elementor_edit_mode','builder'),(2280,305,'_elementor_template_type','wp-post'),(2281,305,'_elementor_version','3.30.3'),(2282,305,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"337ddba\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"2604c1a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Partnerships\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Media & Press\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"f06f00c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Careers\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f458543\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d567816\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"text_color_hover\":\"#4C7CE5\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Our Newsletter\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2288,306,'_wp_page_template','elementor_canvas'),(2289,306,'_elementor_edit_mode','builder'),(2290,306,'_elementor_template_type','wp-post'),(2291,306,'_elementor_version','3.30.3'),(2292,306,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"337ddba\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"2604c1a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Partnerships\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Media & Press\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"f06f00c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Careers\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f458543\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d567816\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"text_color_hover\":\"#4C7CE5\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Our Newsletter\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2296,307,'_wp_page_template','elementor_canvas'),(2297,307,'_elementor_edit_mode','builder'),(2298,307,'_elementor_template_type','wp-post'),(2299,307,'_elementor_version','3.30.3'),(2300,307,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"337ddba\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"2604c1a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Partnerships\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Media & Press\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"f06f00c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Careers\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f458543\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d567816\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"text_color_hover\":\"#4C7CE5\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Our Newsletter\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2304,308,'_wp_page_template','elementor_canvas'),(2305,308,'_elementor_edit_mode','builder'),(2306,308,'_elementor_template_type','wp-post'),(2307,308,'_elementor_version','3.30.3'),(2308,308,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"337ddba\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"2604c1a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Partnerships\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Media & Press\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"f06f00c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Careers\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f458543\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d567816\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"text_color_hover\":\"#4C7CE5\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"},\"flex_direction\":\"column-reverse\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Our Newsletter\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2322,310,'_wp_page_template','elementor_canvas'),(2323,310,'_elementor_edit_mode','builder'),(2324,310,'_elementor_template_type','wp-post'),(2325,310,'_elementor_version','3.30.3'),(2326,310,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"337ddba\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"2604c1a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Partnerships\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Media & Press\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"f06f00c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Careers\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f458543\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d567816\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"text_color_hover\":\"#4C7CE5\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"},\"flex_direction\":\"column-reverse\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Our Newsletter\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2329,311,'_wp_page_template','elementor_canvas'),(2330,311,'_elementor_edit_mode','builder'),(2331,311,'_elementor_template_type','wp-post'),(2332,311,'_elementor_version','3.30.3'),(2333,311,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"337ddba\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"2604c1a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Partnerships\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Media & Press\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"f06f00c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Careers\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f458543\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d567816\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"text_color_hover\":\"#4C7CE5\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"},\"flex_direction\":\"column-reverse\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Our Newsletter\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2337,312,'_wp_page_template','elementor_canvas'),(2338,312,'_elementor_edit_mode','builder'),(2339,312,'_elementor_template_type','wp-post'),(2340,312,'_elementor_version','3.30.3'),(2341,312,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"51f0122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Health Care\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"},\"css_classes\":\"quick_links\"},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"337ddba\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"2604c1a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Partnerships\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Media & Press\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"f06f00c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Careers\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f458543\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d567816\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"text_color_hover\":\"#4C7CE5\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"},\"flex_direction\":\"column-reverse\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Our Newsletter\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2347,313,'_edit_lock','1753362189:1'),(2348,313,'_wp_trash_meta_status','publish'),(2349,313,'_wp_trash_meta_time','1753362200'),(2350,315,'_wp_trash_meta_status','publish'),(2351,315,'_wp_trash_meta_time','1753362256'),(2352,317,'_wp_page_template','elementor_canvas'),(2353,317,'_elementor_edit_mode','builder'),(2354,317,'_elementor_template_type','wp-post'),(2355,317,'_elementor_version','3.30.3'),(2356,317,'_elementor_data','[{\"id\":\"da997d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42b4f34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"bfc585d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e68171\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From diagnostics to patient care, we\\u2019re building AI solutions that make healthcare smarter, faster, and more human.<\\/p>\",\"text_color\":\"#7A7A7A\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eef2bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"},\"css_classes\":\"quick_links\"},\"elements\":[{\"id\":\"9d043bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"337ddba\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"2604c1a\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Partnerships\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"b09b823\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Media & Press\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"_id\":\"f06f00c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Careers\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f458543\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d567816\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"text_color_hover\":\"#4C7CE5\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4ff63bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"},\"flex_direction\":\"column-reverse\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"7cb53a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e13536\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +440-98-5298\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"2604c1a\"},{\"text\":\"info@example.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"b09b823\"},{\"text\":\"121 King Street, Melbourne\",\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"_id\":\"f06f00c\"}],\"divider\":\"yes\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#0B1C3D\",\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"_flex_size\":\"shrink\",\"text_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dcf520f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"25\"}},\"elements\":[{\"id\":\"dad7b59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Our Newsletter\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"010ac12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#C5C5C566\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a31a430\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"705035e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a653eae\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\\u00a9 2025 Better Care. All Rights Reserved.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"71713b4\"}],\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_color\":\"#23323F7A\",\"text_color\":\"#0B1C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(2385,6,'_elementor_css','a:6:{s:4:\"time\";i:1753445245;s:5:\"fonts\";a:3:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";i:2;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=323 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2025-07-22 14:07:43','2025-07-22 14:07:43','<!-- wp:paragraph -->\n<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, and fill gaps in incomplete scan sequences. This improves diagnostic reliability and accelerates innovation in research and clinical trials. BetterHealthTech AI uses these capabilities not just to assist radiologists—but to empower them with a smarter, more adaptive diagnostic environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At BetterHealthTech, we’re committed to building AI that works <em>with</em> clinicians, not around them. Our AI-driven radiology tools streamline workflows, reduce burnout, and increase diagnostic confidence—while ensuring transparency, compliance, and patient safety. Radiology is no longer reactive; with BetterHealthTech AI, it’s predictive, personalized, and proactive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','How Generative AI is Transforming Radiology','','publish','open','open','','hello-world','','','2025-07-23 10:58:53','2025-07-23 10:58:53','',0,'http://localhost:8000/healthcare/?p=1',0,'post','',1),(2,1,'2025-07-22 14:07:43','2025-07-22 14:07:43','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://betterhealthtech.server1.purelogics.net/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2025-07-22 14:07:43','2025-07-22 14:07:43','',0,'http://localhost:8000/healthcare/?page_id=2',0,'page','',0),(3,1,'2025-07-22 14:07:43','2025-07-22 14:07:43','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://betterhealthtech.server1.purelogics.net.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n','Privacy Policy','','draft','closed','open','','privacy-policy','','','2025-07-22 14:07:43','2025-07-22 14:07:43','',0,'http://localhost:8000/healthcare/?page_id=3',0,'page','',0),(4,0,'2025-07-22 14:07:44','2025-07-22 14:07:44','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2025-07-22 14:07:44','2025-07-22 14:07:44','',0,'http://localhost:8000/healthcare/index.php/2025/07/22/navigation/',0,'wp_navigation','',0),(6,1,'2025-07-22 14:14:24','2025-07-22 14:14:24','','Default Kit','','publish','closed','closed','','default-kit','','','2025-07-24 12:44:45','2025-07-24 12:44:45','',0,'http://localhost:8000/healthcare/?p=6',0,'elementor_library','',0),(7,1,'2025-07-22 14:14:34','0000-00-00 00:00:00','','Elementor #7','','draft','closed','closed','','','','','2025-07-22 14:14:34','2025-07-22 14:14:34','',0,'http://localhost:8000/healthcare/?page_id=7',0,'page','',0),(8,1,'2025-07-22 14:14:34','2025-07-22 14:14:34','','Elementor #7','','inherit','closed','closed','','7-revision-v1','','','2025-07-22 14:14:34','2025-07-22 14:14:34','',7,'http://localhost:8000/healthcare/?p=8',0,'revision','',0),(9,1,'2025-07-22 14:18:02','2025-07-22 14:18:02','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n       					<h2> Trusted by Leaders Across the Healthcare Spectrum</h2>							\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','publish','closed','closed','','home','','','2025-07-24 12:47:09','2025-07-24 12:47:09','',0,'http://localhost:8000/healthcare/?page_id=9',0,'page','',0),(10,1,'2025-07-22 14:17:53','2025-07-22 14:17:53','{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-hello-elementor','','','2025-07-22 14:17:53','2025-07-22 14:17:53','',0,'http://localhost:8000/healthcare/index.php/2025/07/22/wp-global-styles-hello-elementor/',0,'wp_global_styles','',0),(11,1,'2025-07-22 14:18:02','2025-07-22 14:18:02','','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 14:18:02','2025-07-22 14:18:02','',9,'http://localhost:8000/healthcare/?p=11',0,'revision','',0),(15,1,'2025-07-22 14:36:48','2025-07-22 14:36:48','','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 14:36:48','2025-07-22 14:36:48','',9,'http://localhost:8000/healthcare/?p=15',0,'revision','',0),(16,1,'2025-07-22 14:36:48','2025-07-22 14:36:48','','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 14:36:48','2025-07-22 14:36:48','',9,'http://localhost:8000/healthcare/?p=16',0,'revision','',0),(17,1,'2025-07-22 14:36:48','2025-07-22 14:36:48','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 14:36:48','2025-07-22 14:36:48','',9,'http://localhost:8000/healthcare/?p=17',0,'revision','',0),(18,1,'2025-07-22 14:47:38','2025-07-22 14:47:38','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 14:47:38','2025-07-22 14:47:38','',9,'http://localhost:8000/healthcare/?p=18',0,'revision','',0),(19,1,'2025-07-22 14:47:38','2025-07-22 14:47:38','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 14:47:38','2025-07-22 14:47:38','',9,'http://localhost:8000/healthcare/?p=19',0,'revision','',0),(20,1,'2025-07-22 14:47:38','2025-07-22 14:47:38','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 14:47:38','2025-07-22 14:47:38','',9,'http://localhost:8000/healthcare/?p=20',0,'revision','',0),(21,1,'2025-07-22 14:51:29','2025-07-22 14:51:29','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 14:51:29','2025-07-22 14:51:29','',9,'http://localhost:8000/healthcare/?p=21',0,'revision','',0),(22,1,'2025-07-22 14:51:29','2025-07-22 14:51:29','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 14:51:29','2025-07-22 14:51:29','',9,'http://localhost:8000/healthcare/?p=22',0,'revision','',0),(23,1,'2025-07-22 14:51:29','2025-07-22 14:51:29','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 14:51:29','2025-07-22 14:51:29','',9,'http://localhost:8000/healthcare/?p=23',0,'revision','',0),(25,1,'2025-07-22 14:58:11','2025-07-22 14:58:11','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 14:58:11','2025-07-22 14:58:11','',9,'http://localhost:8000/healthcare/?p=25',0,'revision','',0),(26,1,'2025-07-22 14:58:11','2025-07-22 14:58:11','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 14:58:11','2025-07-22 14:58:11','',9,'http://localhost:8000/healthcare/?p=26',0,'revision','',0),(27,1,'2025-07-22 14:58:11','2025-07-22 14:58:11','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 14:58:11','2025-07-22 14:58:11','',9,'http://localhost:8000/healthcare/?p=27',0,'revision','',0),(28,1,'2025-07-22 14:58:33','2025-07-22 14:58:33','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 14:58:33','2025-07-22 14:58:33','',9,'http://localhost:8000/healthcare/?p=28',0,'revision','',0),(29,1,'2025-07-22 14:58:33','2025-07-22 14:58:33','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 14:58:33','2025-07-22 14:58:33','',9,'http://localhost:8000/healthcare/?p=29',0,'revision','',0),(30,1,'2025-07-22 14:58:33','2025-07-22 14:58:33','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 14:58:33','2025-07-22 14:58:33','',9,'http://localhost:8000/healthcare/?p=30',0,'revision','',0),(31,1,'2025-07-22 15:00:59','2025-07-22 15:00:59','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 15:00:59','2025-07-22 15:00:59','',9,'http://localhost:8000/healthcare/?p=31',0,'revision','',0),(32,1,'2025-07-22 15:00:59','2025-07-22 15:00:59','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 15:00:59','2025-07-22 15:00:59','',9,'http://localhost:8000/healthcare/?p=32',0,'revision','',0),(33,1,'2025-07-22 15:01:00','2025-07-22 15:01:00','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 15:01:00','2025-07-22 15:01:00','',9,'http://localhost:8000/healthcare/?p=33',0,'revision','',0),(34,1,'2025-07-22 15:02:55','2025-07-22 15:02:55','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 15:02:55','2025-07-22 15:02:55','',9,'http://localhost:8000/healthcare/?p=34',0,'revision','',0),(35,1,'2025-07-22 15:02:56','2025-07-22 15:02:56','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 15:02:56','2025-07-22 15:02:56','',9,'http://localhost:8000/healthcare/?p=35',0,'revision','',0),(36,1,'2025-07-22 15:02:56','2025-07-22 15:02:56','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 15:02:56','2025-07-22 15:02:56','',9,'http://localhost:8000/healthcare/?p=36',0,'revision','',0),(37,1,'2025-07-22 15:05:44','2025-07-22 15:05:44','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 15:05:44','2025-07-22 15:05:44','',9,'http://localhost:8000/healthcare/?p=37',0,'revision','',0),(38,1,'2025-07-22 15:05:44','2025-07-22 15:05:44','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 15:05:44','2025-07-22 15:05:44','',9,'http://localhost:8000/healthcare/?p=38',0,'revision','',0),(39,1,'2025-07-22 15:05:44','2025-07-22 15:05:44','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 15:05:44','2025-07-22 15:05:44','',9,'http://localhost:8000/healthcare/?p=39',0,'revision','',0),(40,1,'2025-07-22 15:07:10','2025-07-22 15:07:10','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 15:07:10','2025-07-22 15:07:10','',9,'http://localhost:8000/healthcare/?p=40',0,'revision','',0),(41,1,'2025-07-22 15:07:10','2025-07-22 15:07:10','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 15:07:10','2025-07-22 15:07:10','',9,'http://localhost:8000/healthcare/?p=41',0,'revision','',0),(42,1,'2025-07-22 15:07:10','2025-07-22 15:07:10','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 15:07:10','2025-07-22 15:07:10','',9,'http://localhost:8000/healthcare/?p=42',0,'revision','',0),(43,1,'2025-07-22 15:07:25','2025-07-22 15:07:25','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 15:07:25','2025-07-22 15:07:25','',9,'http://localhost:8000/healthcare/?p=43',0,'revision','',0),(44,1,'2025-07-22 15:07:25','2025-07-22 15:07:25','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 15:07:25','2025-07-22 15:07:25','',9,'http://localhost:8000/healthcare/?p=44',0,'revision','',0),(45,1,'2025-07-22 15:07:25','2025-07-22 15:07:25','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 15:07:25','2025-07-22 15:07:25','',9,'http://localhost:8000/healthcare/?p=45',0,'revision','',0),(46,1,'2025-07-22 15:08:53','2025-07-22 15:08:53','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 15:08:53','2025-07-22 15:08:53','',9,'http://localhost:8000/healthcare/?p=46',0,'revision','',0),(47,1,'2025-07-22 15:08:53','2025-07-22 15:08:53','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 15:08:53','2025-07-22 15:08:53','',9,'http://localhost:8000/healthcare/?p=47',0,'revision','',0),(48,1,'2025-07-22 15:08:54','2025-07-22 15:08:54','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 15:08:54','2025-07-22 15:08:54','',9,'http://localhost:8000/healthcare/?p=48',0,'revision','',0),(52,1,'2025-07-22 16:18:28','2025-07-22 16:18:28','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 16:18:28','2025-07-22 16:18:28','',9,'http://localhost:8000/healthcare/?p=52',0,'revision','',0),(53,1,'2025-07-22 16:18:28','2025-07-22 16:18:28','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 16:18:28','2025-07-22 16:18:28','',9,'http://localhost:8000/healthcare/?p=53',0,'revision','',0),(54,1,'2025-07-22 16:18:28','2025-07-22 16:18:28','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 16:18:28','2025-07-22 16:18:28','',9,'http://localhost:8000/healthcare/?p=54',0,'revision','',0),(55,1,'2025-07-22 16:19:15','2025-07-22 16:19:15','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 16:19:15','2025-07-22 16:19:15','',9,'http://localhost:8000/healthcare/?p=55',0,'revision','',0),(56,1,'2025-07-22 16:19:15','2025-07-22 16:19:15','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 16:19:15','2025-07-22 16:19:15','',9,'http://localhost:8000/healthcare/?p=56',0,'revision','',0),(57,1,'2025-07-22 16:19:15','2025-07-22 16:19:15','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 16:19:15','2025-07-22 16:19:15','',9,'http://localhost:8000/healthcare/?p=57',0,'revision','',0),(59,1,'2025-07-22 16:25:33','2025-07-22 16:25:33','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 16:25:33','2025-07-22 16:25:33','',9,'http://localhost:8000/healthcare/?p=59',0,'revision','',0),(60,1,'2025-07-22 16:25:33','2025-07-22 16:25:33','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 16:25:33','2025-07-22 16:25:33','',9,'http://localhost:8000/healthcare/?p=60',0,'revision','',0),(61,1,'2025-07-22 16:25:33','2025-07-22 16:25:33','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 16:25:33','2025-07-22 16:25:33','',9,'http://localhost:8000/healthcare/?p=61',0,'revision','',0),(62,1,'2025-07-22 16:26:16','2025-07-22 16:26:16','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 16:26:16','2025-07-22 16:26:16','',9,'http://localhost:8000/healthcare/?p=62',0,'revision','',0),(63,1,'2025-07-22 16:26:16','2025-07-22 16:26:16','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 16:26:16','2025-07-22 16:26:16','',9,'http://localhost:8000/healthcare/?p=63',0,'revision','',0),(64,1,'2025-07-22 16:26:16','2025-07-22 16:26:16','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 16:26:16','2025-07-22 16:26:16','',9,'http://localhost:8000/healthcare/?p=64',0,'revision','',0),(65,1,'2025-07-22 16:26:30','2025-07-22 16:26:30','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".mission::before {\\n  content: \\\"\\\";\\n  position: absolute;\\n  left: 0;\\n  top: 50%;\\n  transform: translateY(-50%);\\n  width: 30px;\\n  height: 3px;\\n  background-color: #3CC9F0;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-07-22 16:26:30\"\n    }\n}','','','trash','closed','closed','','4ca64595-d698-4c14-ba59-837efc40f1ba','','','2025-07-22 16:26:30','2025-07-22 16:26:30','',0,'http://localhost:8000/healthcare/4ca64595-d698-4c14-ba59-837efc40f1ba/',0,'customize_changeset','',0),(66,1,'2025-07-22 16:26:30','2025-07-22 16:26:30','.mission::before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  top: 50%;\n  transform: translateY(-50%);\n  width: 30px;\n  height: 3px;\n  background-color: #4c7ce5;\n}\n\n.articles .elementskit-entry-header img {\n    height: 219px !important;\n    object-fit: cover;\n}\n\n.articles .elementskit-post-body {\n    min-height: 245px!important;\n}\n@media only screen and (min-width: 992px) {\n.quick_links {\n    padding-left: 40px;\n}\n	\n}','hello-elementor','','publish','closed','closed','','hello-elementor','','','2025-07-24 13:04:15','2025-07-24 13:04:15','',0,'http://localhost:8000/healthcare/hello-elementor/',0,'custom_css','',0),(67,1,'2025-07-22 16:26:30','2025-07-22 16:26:30','.mission::before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  top: 50%;\n  transform: translateY(-50%);\n  width: 30px;\n  height: 3px;\n  background-color: #3CC9F0;\n}','hello-elementor','','inherit','closed','closed','','66-revision-v1','','','2025-07-22 16:26:30','2025-07-22 16:26:30','',66,'http://localhost:8000/healthcare/?p=67',0,'revision','',0),(69,1,'2025-07-22 16:31:12','2025-07-22 16:31:12','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 16:31:12','2025-07-22 16:31:12','',9,'http://localhost:8000/healthcare/?p=69',0,'revision','',0),(70,1,'2025-07-22 16:31:12','2025-07-22 16:31:12','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 16:31:12','2025-07-22 16:31:12','',9,'http://localhost:8000/healthcare/?p=70',0,'revision','',0),(71,1,'2025-07-22 16:31:12','2025-07-22 16:31:12','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-22 16:31:12','2025-07-22 16:31:12','',9,'http://localhost:8000/healthcare/?p=71',0,'revision','',0),(72,1,'2025-07-23 09:37:18','2025-07-23 09:37:18','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 09:37:18','2025-07-23 09:37:18','',9,'https://betterhealthtech.server1.purelogics.net/?p=72',0,'revision','',0),(73,1,'2025-07-23 09:37:21','2025-07-23 09:37:21','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 09:37:21','2025-07-23 09:37:21','',9,'https://betterhealthtech.server1.purelogics.net/?p=73',0,'revision','',0),(74,1,'2025-07-23 09:37:39','2025-07-23 09:37:39','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".mission::before {\\n  content: \\\"\\\";\\n  position: absolute;\\n  left: 0;\\n  top: 50%;\\n  transform: translateY(-50%);\\n  width: 30px;\\n  height: 3px;\\n  background-color: #4c7ce5;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-07-23 09:37:39\"\n    }\n}','','','trash','closed','closed','','03da085c-ddbd-4c9f-b44f-f7e737981b67','','','2025-07-23 09:37:39','2025-07-23 09:37:39','',0,'https://betterhealthtech.server1.purelogics.net/03da085c-ddbd-4c9f-b44f-f7e737981b67/',0,'customize_changeset','',0),(75,1,'2025-07-23 09:37:46','2025-07-23 09:37:46','.mission::before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  top: 50%;\n  transform: translateY(-50%);\n  width: 30px;\n  height: 3px;\n  background-color: #4c7ce5;\n}','hello-elementor','','inherit','closed','closed','','66-revision-v1','','','2025-07-23 09:37:46','2025-07-23 09:37:46','',66,'https://betterhealthtech.server1.purelogics.net/?p=75',0,'revision','',0),(76,1,'2025-07-23 09:37:50','2025-07-23 09:37:50','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 09:37:50','2025-07-23 09:37:50','',9,'https://betterhealthtech.server1.purelogics.net/?p=76',0,'revision','',0),(77,1,'2025-07-23 09:38:48','2025-07-23 09:38:48','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 09:38:48','2025-07-23 09:38:48','',9,'https://betterhealthtech.server1.purelogics.net/?p=77',0,'revision','',0),(78,1,'2025-07-23 09:39:02','2025-07-23 09:39:02','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 09:39:02','2025-07-23 09:39:02','',9,'https://betterhealthtech.server1.purelogics.net/?p=78',0,'revision','',0),(79,1,'2025-07-23 09:39:08','2025-07-23 09:39:08','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 09:39:08','2025-07-23 09:39:08','',9,'https://betterhealthtech.server1.purelogics.net/?p=79',0,'revision','',0),(80,1,'2025-07-23 09:42:40','2025-07-23 09:42:40','','Default Kit','','inherit','closed','closed','','6-revision-v1','','','2025-07-23 09:42:40','2025-07-23 09:42:40','',6,'https://betterhealthtech.server1.purelogics.net/?p=80',0,'revision','',0),(81,1,'2025-07-23 09:42:42','2025-07-23 09:42:42','','Default Kit','','inherit','closed','closed','','6-revision-v1','','','2025-07-23 09:42:42','2025-07-23 09:42:42','',6,'https://betterhealthtech.server1.purelogics.net/?p=81',0,'revision','',0),(83,1,'2025-07-23 09:50:25','2025-07-23 09:50:25','','Default Kit','','inherit','closed','closed','','6-revision-v1','','','2025-07-23 09:50:25','2025-07-23 09:50:25','',6,'https://betterhealthtech.server1.purelogics.net/?p=83',0,'revision','',0),(84,1,'2025-07-23 09:51:34','2025-07-23 09:51:34','','Default Kit','','inherit','closed','closed','','6-revision-v1','','','2025-07-23 09:51:34','2025-07-23 09:51:34','',6,'https://betterhealthtech.server1.purelogics.net/?p=84',0,'revision','',0),(85,1,'2025-07-23 09:53:14','2025-07-23 09:53:14','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 09:53:14','2025-07-23 09:53:14','',9,'https://betterhealthtech.server1.purelogics.net/?p=85',0,'revision','',0),(86,1,'2025-07-23 09:53:32','2025-07-23 09:53:32','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h2>Mission Statement</h2>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 09:53:32','2025-07-23 09:53:32','',9,'https://betterhealthtech.server1.purelogics.net/?p=86',0,'revision','',0),(87,1,'2025-07-23 09:53:36','2025-07-23 09:53:36','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 09:53:36','2025-07-23 09:53:36','',9,'https://betterhealthtech.server1.purelogics.net/?p=87',0,'revision','',0),(88,1,'2025-07-23 09:53:47','2025-07-23 09:53:47','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 09:53:47','2025-07-23 09:53:47','',9,'https://betterhealthtech.server1.purelogics.net/?p=88',0,'revision','',0),(89,1,'2025-07-23 09:54:11','2025-07-23 09:54:11','<h2>Redefining What’s Possible </br> in Healthcare With AI</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 09:54:11','2025-07-23 09:54:11','',9,'https://betterhealthtech.server1.purelogics.net/?p=89',0,'revision','',0),(90,1,'2025-07-23 09:54:17','2025-07-23 09:54:17','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 09:54:17','2025-07-23 09:54:17','',9,'https://betterhealthtech.server1.purelogics.net/?p=90',0,'revision','',0),(91,1,'2025-07-23 09:56:35','2025-07-23 09:56:35','','Default Kit','','inherit','closed','closed','','6-revision-v1','','','2025-07-23 09:56:35','2025-07-23 09:56:35','',6,'https://betterhealthtech.server1.purelogics.net/?p=91',0,'revision','',0),(92,1,'2025-07-23 09:57:37','2025-07-23 09:57:37','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 09:57:37','2025-07-23 09:57:37','',9,'https://betterhealthtech.server1.purelogics.net/?p=92',0,'revision','',0),(93,1,'2025-07-23 09:57:39','2025-07-23 09:57:39','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 09:57:39','2025-07-23 09:57:39','',9,'https://betterhealthtech.server1.purelogics.net/?p=93',0,'revision','',0),(94,1,'2025-07-23 09:57:40','2025-07-23 09:57:40','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 09:57:40','2025-07-23 09:57:40','',9,'https://betterhealthtech.server1.purelogics.net/?p=94',0,'revision','',0),(97,1,'2025-07-23 10:09:34','2025-07-23 10:09:34','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 10:09:34','2025-07-23 10:09:34','',9,'https://betterhealthtech.server1.purelogics.net/?p=97',0,'revision','',0),(98,1,'2025-07-23 10:09:36','2025-07-23 10:09:36','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 10:09:36','2025-07-23 10:09:36','',9,'https://betterhealthtech.server1.purelogics.net/?p=98',0,'revision','',0),(99,1,'2025-07-23 10:09:41','2025-07-23 10:09:41','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 10:09:41','2025-07-23 10:09:41','',9,'https://betterhealthtech.server1.purelogics.net/?p=99',0,'revision','',0),(100,1,'2025-07-23 10:11:55','2025-07-23 10:11:55','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 10:11:55','2025-07-23 10:11:55','',9,'https://betterhealthtech.server1.purelogics.net/?p=100',0,'revision','',0),(101,1,'2025-07-23 10:12:20','2025-07-23 10:12:20','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 10:12:20','2025-07-23 10:12:20','',9,'https://betterhealthtech.server1.purelogics.net/?p=101',0,'revision','',0),(102,1,'2025-07-23 10:12:21','2025-07-23 10:12:21','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 10:12:21','2025-07-23 10:12:21','',9,'https://betterhealthtech.server1.purelogics.net/?p=102',0,'revision','',0),(103,1,'2025-07-23 10:14:28','2025-07-23 10:14:28','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 10:14:28','2025-07-23 10:14:28','',9,'https://betterhealthtech.server1.purelogics.net/?p=103',0,'revision','',0),(104,1,'2025-07-23 10:14:39','2025-07-23 10:14:39','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 10:14:39','2025-07-23 10:14:39','',9,'https://betterhealthtech.server1.purelogics.net/?p=104',0,'revision','',0),(105,1,'2025-07-23 10:14:47','2025-07-23 10:14:47','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 10:14:47','2025-07-23 10:14:47','',9,'https://betterhealthtech.server1.purelogics.net/?p=105',0,'revision','',0),(110,1,'2025-07-23 10:24:11','2025-07-23 10:24:11','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 10:24:11','2025-07-23 10:24:11','',9,'https://betterhealthtech.server1.purelogics.net/?p=110',0,'revision','',0),(111,1,'2025-07-23 10:24:12','2025-07-23 10:24:12','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 10:24:12','2025-07-23 10:24:12','',9,'https://betterhealthtech.server1.purelogics.net/?p=111',0,'revision','',0),(112,1,'2025-07-23 10:24:14','2025-07-23 10:24:14','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 10:24:14','2025-07-23 10:24:14','',9,'https://betterhealthtech.server1.purelogics.net/?p=112',0,'revision','',0),(114,1,'2025-07-23 10:33:04','2025-07-23 10:33:04','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 10:33:04','2025-07-23 10:33:04','',9,'https://betterhealthtech.server1.purelogics.net/?p=114',0,'revision','',0),(115,1,'2025-07-23 10:33:05','2025-07-23 10:33:05','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 10:33:05','2025-07-23 10:33:05','',9,'https://betterhealthtech.server1.purelogics.net/?p=115',0,'revision','',0),(116,1,'2025-07-23 10:33:07','2025-07-23 10:33:07','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 10:33:07','2025-07-23 10:33:07','',9,'https://betterhealthtech.server1.purelogics.net/?p=116',0,'revision','',0),(117,1,'2025-07-23 10:50:17','2025-07-23 10:50:17','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 10:50:17','2025-07-23 10:50:17','',9,'https://betterhealthtech.server1.purelogics.net/?p=117',0,'revision','',0),(118,1,'2025-07-23 10:50:35','2025-07-23 10:50:35','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 10:50:35','2025-07-23 10:50:35','',9,'https://betterhealthtech.server1.purelogics.net/?p=118',0,'revision','',0),(119,1,'2025-07-23 10:50:39','2025-07-23 10:50:39','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						Hello world!					</a>\n				</h2>\n																																										<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 10:50:39','2025-07-23 10:50:39','',9,'https://betterhealthtech.server1.purelogics.net/?p=119',0,'revision','',0),(120,1,'2025-07-23 10:58:11','2025-07-23 10:58:11','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','How Generative AI is Transforming Radiology','','inherit','closed','closed','','1-autosave-v1','','','2025-07-23 10:58:11','2025-07-23 10:58:11','',1,'https://betterhealthtech.server1.purelogics.net/?p=120',0,'revision','',0),(122,1,'2025-07-23 10:58:53','2025-07-23 10:58:53','<!-- wp:paragraph -->\n<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, and fill gaps in incomplete scan sequences. This improves diagnostic reliability and accelerates innovation in research and clinical trials. BetterHealthTech AI uses these capabilities not just to assist radiologists—but to empower them with a smarter, more adaptive diagnostic environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At BetterHealthTech, we’re committed to building AI that works <em>with</em> clinicians, not around them. Our AI-driven radiology tools streamline workflows, reduce burnout, and increase diagnostic confidence—while ensuring transparency, compliance, and patient safety. Radiology is no longer reactive; with BetterHealthTech AI, it’s predictive, personalized, and proactive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','How Generative AI is Transforming Radiology','','inherit','closed','closed','','1-revision-v1','','','2025-07-23 10:58:53','2025-07-23 10:58:53','',1,'https://betterhealthtech.server1.purelogics.net/?p=122',0,'revision','',0),(123,1,'2025-07-23 11:02:48','2025-07-23 11:02:48','<!-- wp:paragraph -->\n<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—<strong>how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered?</strong> At BetterHealthTech, we believe ethical design must be foundational, not an afterthought.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>AI systems are only as good as the data they\'re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That\'s why BetterHealthTech prioritizes <strong>diverse datasets</strong>, <strong>rigorous validation</strong>, and <strong>human oversight</strong> at every stage. Our goal isn\'t just high accuracy—but fair, explainable, and accountable decision-making.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another key ethical challenge is the <em>explainability</em> of AI decisions. When a model suggests a life-changing diagnosis, patients and clinicians deserve to understand why. BetterHealthTech is building AI tools that offer <strong>transparent reasoning</strong>, not just black-box outputs. This fosters trust and keeps the physician in control—using AI as an intelligent assistant, not an opaque authority.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ultimately, striking the right balance means designing AI that <strong>enhances clinical judgment</strong>, not replaces it. Technology should serve the human side of healthcare—empowering doctors, informing patients, and improving outcomes. At BetterHealthTech, we’re not just building smarter AI—we’re building <em>ethical AI</em> for a smarter, safer future in medicine.</p>\n<!-- /wp:paragraph -->','The Ethics of AI Diagnosis: Striking the Right Balance','','publish','open','open','','the-ethics-of-ai-diagnosis-striking-the-right-balance','','','2025-07-23 15:14:13','2025-07-23 15:14:13','',0,'https://betterhealthtech.server1.purelogics.net/?p=123',0,'post','',0),(124,1,'2025-07-23 11:02:48','2025-07-23 11:02:48','<!-- wp:paragraph -->\n<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—<strong>how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered?</strong> At BetterHealthTech, we believe ethical design must be foundational, not an afterthought.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>AI systems are only as good as the data they\'re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That\'s why BetterHealthTech prioritizes <strong>diverse datasets</strong>, <strong>rigorous validation</strong>, and <strong>human oversight</strong> at every stage. Our goal isn\'t just high accuracy—but fair, explainable, and accountable decision-making.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another key ethical challenge is the <em>explainability</em> of AI decisions. When a model suggests a life-changing diagnosis, patients and clinicians deserve to understand why. BetterHealthTech is building AI tools that offer <strong>transparent reasoning</strong>, not just black-box outputs. This fosters trust and keeps the physician in control—using AI as an intelligent assistant, not an opaque authority.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ultimately, striking the right balance means designing AI that <strong>enhances clinical judgment</strong>, not replaces it. Technology should serve the human side of healthcare—empowering doctors, informing patients, and improving outcomes. At BetterHealthTech, we’re not just building smarter AI—we’re building <em>ethical AI</em> for a smarter, safer future in medicine.</p>\n<!-- /wp:paragraph -->','The Ethics of AI Diagnosis: Striking the Right Balance','','inherit','closed','closed','','123-revision-v1','','','2025-07-23 11:02:48','2025-07-23 11:02:48','',123,'https://betterhealthtech.server1.purelogics.net/?p=124',0,'revision','',0),(125,1,'2025-07-23 11:03:41','2025-07-23 11:03:41','<!-- wp:paragraph -->\n<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe <strong>machine learning (ML)</strong> can be a powerful ally in reversing this trend—<strong>not by replacing physicians, but by giving them back their time.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags high-risk cases before they escalate—these are real, achievable ML applications that reduce mental strain and cognitive overload.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the promise of ML goes beyond task automation. It can help institutions <strong>monitor clinician well-being</strong> by analyzing workload trends, overtime hours, and patient interaction quality. Combined with anonymized feedback loops, ML can flag early signs of burnout, helping leaders intervene with support before it\'s too late. At BetterHealthTech, we\'re exploring how AI systems can act as early warning systems—for both patients and providers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Solving the burnout crisis won\'t happen overnight. It requires systemic change, culture shifts, and better tools. But machine learning gives us a unique opportunity: to <strong>reimagine care delivery in a way that supports both patients and the professionals who serve them</strong>. By embedding intelligence into the workflow, we’re not just building better tech—we’re helping restore the human connection at the heart of medicine.</p>\n<!-- /wp:paragraph -->','Can Machine Learning Help Solve the Physician Burnout Crisis?','','publish','open','open','','can-machine-learning-help-solve-the-physician-burnout-crisis','','','2025-07-23 15:03:14','2025-07-23 15:03:14','',0,'https://betterhealthtech.server1.purelogics.net/?p=125',0,'post','',0),(126,1,'2025-07-23 11:03:41','2025-07-23 11:03:41','<!-- wp:paragraph -->\n<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe <strong>machine learning (ML)</strong> can be a powerful ally in reversing this trend—<strong>not by replacing physicians, but by giving them back their time.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags high-risk cases before they escalate—these are real, achievable ML applications that reduce mental strain and cognitive overload.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the promise of ML goes beyond task automation. It can help institutions <strong>monitor clinician well-being</strong> by analyzing workload trends, overtime hours, and patient interaction quality. Combined with anonymized feedback loops, ML can flag early signs of burnout, helping leaders intervene with support before it\'s too late. At BetterHealthTech, we\'re exploring how AI systems can act as early warning systems—for both patients and providers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Solving the burnout crisis won\'t happen overnight. It requires systemic change, culture shifts, and better tools. But machine learning gives us a unique opportunity: to <strong>reimagine care delivery in a way that supports both patients and the professionals who serve them</strong>. By embedding intelligence into the workflow, we’re not just building better tech—we’re helping restore the human connection at the heart of medicine.</p>\n<!-- /wp:paragraph -->','Can Machine Learning Help Solve the Physician Burnout Crisis?','','inherit','closed','closed','','125-revision-v1','','','2025-07-23 11:03:41','2025-07-23 11:03:41','',125,'https://betterhealthtech.server1.purelogics.net/?p=126',0,'revision','',0),(127,1,'2025-07-23 11:12:04','2025-07-23 11:12:04','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						Hello world!					</a>\n				</h2>\n																																										<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 11:12:04','2025-07-23 11:12:04','',9,'https://betterhealthtech.server1.purelogics.net/?p=127',0,'revision','',0),(128,1,'2025-07-23 11:12:37','2025-07-23 11:12:37','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						Hello world!					</a>\n				</h2>\n																																										<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 11:12:37','2025-07-23 11:12:37','',9,'https://betterhealthtech.server1.purelogics.net/?p=128',0,'revision','',0),(129,1,'2025-07-23 11:12:50','2025-07-23 11:12:50','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 11:12:50','2025-07-23 11:12:50','',9,'https://betterhealthtech.server1.purelogics.net/?p=129',0,'revision','',0),(130,1,'2025-07-23 11:23:06','2025-07-23 11:23:06','<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n								 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Twitter\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>\n					<h2>Better Health Care</h2>				\n							<nav \n			data-hamburger-icon=\"\" \n			data-hamburger-icon-type=\"icon\" \n			data-responsive-breakpoint=\"1024\">\n			            <button  type=\"button\" aria-label=\"hamburger-icon\">\n                            </button>\n            <ul id=\"menu-main-menu\"><li id=\"menu-item-136\" data-vertical-menu=750px><a href=\"#mission\">Mission</a></li>\n<li id=\"menu-item-137\" data-vertical-menu=750px><a href=\"#area\">Focus Areas</a></li>\n<li id=\"menu-item-138\" data-vertical-menu=750px><a href=\"#works\">How It Works</a></li>\n<li id=\"menu-item-139\" data-vertical-menu=750px><a href=\"#work_with\">Partners</a></li>\n<li id=\"menu-item-140\" data-vertical-menu=750px><a href=\"#leadership\">Insights</a></li>\n<li id=\"menu-item-141\" data-vertical-menu=750px><a href=\"#join\">Join Us</a></li>\n</ul><button type=\"button\">X</button>			\n			        </nav>','Custom Header','','publish','closed','closed','','custom-header','','','2025-07-23 11:50:25','2025-07-23 11:50:25','',0,'https://betterhealthtech.server1.purelogics.net/?elementskit_template=custom-header',0,'elementskit_template','',0),(131,1,'2025-07-23 11:23:11','2025-07-23 11:23:11','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>							<ul>\n							<li>\n											<a href=\"#\">\n										About\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Partnerships\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Media & Press\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Careers\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Contact Us\n											</a>\n									</li>\n						</ul>\n							<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Join Our Newsletter\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','publish','closed','closed','','custom-header-2','','','2025-07-24 13:01:26','2025-07-24 13:01:26','',0,'https://betterhealthtech.server1.purelogics.net/?elementskit_template=custom-header-2',0,'elementskit_template','',0),(132,1,'2025-07-23 11:23:19','2025-07-23 11:23:19','','Custom Header','','inherit','closed','closed','','130-revision-v1','','','2025-07-23 11:23:19','2025-07-23 11:23:19','',130,'https://betterhealthtech.server1.purelogics.net/?p=132',0,'revision','',0),(133,1,'2025-07-23 11:33:23','2025-07-23 11:33:23','','Custom Header','','inherit','closed','closed','','130-revision-v1','','','2025-07-23 11:33:23','2025-07-23 11:33:23','',130,'https://betterhealthtech.server1.purelogics.net/?p=133',0,'revision','',0),(134,1,'2025-07-23 11:33:27','2025-07-23 11:33:27','','Custom Header','','inherit','closed','closed','','130-revision-v1','','','2025-07-23 11:33:27','2025-07-23 11:33:27','',130,'https://betterhealthtech.server1.purelogics.net/?p=134',0,'revision','',0),(135,1,'2025-07-23 11:33:28','2025-07-23 11:33:28','<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\n										info@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n								 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Twitter\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"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>									\n                                                                                                            </a>\n                    </li>\n                    							</ul>\n					<h2>Better Health Care</h2>','Custom Header','','inherit','closed','closed','','130-revision-v1','','','2025-07-23 11:33:28','2025-07-23 11:33:28','',130,'https://betterhealthtech.server1.purelogics.net/?p=135',0,'revision','',0),(142,1,'2025-07-23 11:38:59','2025-07-23 11:38:59','<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\n										info@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n								 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Twitter\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"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>									\n                                                                                                            </a>\n                    </li>\n                    							</ul>\n					<h2>Better Health Care</h2>','Custom Header','','inherit','closed','closed','','130-revision-v1','','','2025-07-23 11:38:59','2025-07-23 11:38:59','',130,'https://betterhealthtech.server1.purelogics.net/?p=142',0,'revision','',0),(143,1,'2025-07-23 11:39:08','2025-07-23 11:39:08','<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\n										info@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n								 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Twitter\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"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>									\n                                                                                                            </a>\n                    </li>\n                    							</ul>\n					<h2>Better Health Care</h2>','Custom Header','','inherit','closed','closed','','130-revision-v1','','','2025-07-23 11:39:08','2025-07-23 11:39:08','',130,'https://betterhealthtech.server1.purelogics.net/?p=143',0,'revision','',0),(144,1,'2025-07-23 11:39:10','2025-07-23 11:39:10','<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\n										info@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n								 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Twitter\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"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>									\n                                                                                                            </a>\n                    </li>\n                    							</ul>\n					<h2>Better Health Care</h2>				\n							<nav \n			data-hamburger-icon=\"\" \n			data-hamburger-icon-type=\"icon\" \n			data-responsive-breakpoint=\"1024\">\n			            <button  type=\"button\" aria-label=\"hamburger-icon\">\n                            </button>\n            <ul id=\"menu-main-menu\"><li id=\"menu-item-136\" data-vertical-menu=750px><a href=\"#mission\">Mission Statement</a></li>\n<li id=\"menu-item-137\" data-vertical-menu=750px><a href=\"#area\">Our Core Focus Areas</a></li>\n<li id=\"menu-item-138\" data-vertical-menu=750px><a href=\"#works\">How It Works</a></li>\n<li id=\"menu-item-139\" data-vertical-menu=750px><a href=\"#work_with\">Who We Work With</a></li>\n<li id=\"menu-item-140\" data-vertical-menu=750px><a href=\"#leadership\">Thought Leadership</a></li>\n<li id=\"menu-item-141\" data-vertical-menu=750px><a href=\"#movement\">Join the Movement</a></li>\n</ul><button type=\"button\">X</button>			\n			        </nav>','Custom Header','','inherit','closed','closed','','130-revision-v1','','','2025-07-23 11:39:10','2025-07-23 11:39:10','',130,'https://betterhealthtech.server1.purelogics.net/?p=144',0,'revision','',0),(145,1,'2025-07-23 11:41:41','2025-07-23 11:41:41','<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\n										info@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n								 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Twitter\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"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>									\n                                                                                                            </a>\n                    </li>\n                    							</ul>\n					<h2>Better Health Care</h2>				\n							<nav \n			data-hamburger-icon=\"\" \n			data-hamburger-icon-type=\"icon\" \n			data-responsive-breakpoint=\"1024\">\n			            <button  type=\"button\" aria-label=\"hamburger-icon\">\n                            </button>\n            <ul id=\"menu-main-menu\"><li id=\"menu-item-136\" data-vertical-menu=750px><a href=\"#mission\">Mission Statement</a></li>\n<li id=\"menu-item-137\" data-vertical-menu=750px><a href=\"#area\">Our Core Focus Areas</a></li>\n<li id=\"menu-item-138\" data-vertical-menu=750px><a href=\"#works\">How It Works</a></li>\n<li id=\"menu-item-139\" data-vertical-menu=750px><a href=\"#work_with\">Who We Work With</a></li>\n<li id=\"menu-item-140\" data-vertical-menu=750px><a href=\"#leadership\">Thought Leadership</a></li>\n<li id=\"menu-item-141\" data-vertical-menu=750px><a href=\"#movement\">Join the Movement</a></li>\n</ul><button type=\"button\">X</button>			\n			        </nav>','Custom Header','','inherit','closed','closed','','130-revision-v1','','','2025-07-23 11:41:41','2025-07-23 11:41:41','',130,'https://betterhealthtech.server1.purelogics.net/?p=145',0,'revision','',0),(146,1,'2025-07-23 11:41:46','2025-07-23 11:41:46','<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\n										info@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n								 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Twitter\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"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>									\n                                                                                                            </a>\n                    </li>\n                    							</ul>\n					<h2>Better Health Care</h2>				\n							<nav \n			data-hamburger-icon=\"\" \n			data-hamburger-icon-type=\"icon\" \n			data-responsive-breakpoint=\"1024\">\n			            <button  type=\"button\" aria-label=\"hamburger-icon\">\n                            </button>\n            <ul id=\"menu-main-menu\"><li id=\"menu-item-136\" data-vertical-menu=750px><a href=\"#mission\">Mission Statement</a></li>\n<li id=\"menu-item-137\" data-vertical-menu=750px><a href=\"#area\">Our Core Focus Areas</a></li>\n<li id=\"menu-item-138\" data-vertical-menu=750px><a href=\"#works\">How It Works</a></li>\n<li id=\"menu-item-139\" data-vertical-menu=750px><a href=\"#work_with\">Who We Work With</a></li>\n<li id=\"menu-item-140\" data-vertical-menu=750px><a href=\"#leadership\">Thought Leadership</a></li>\n<li id=\"menu-item-141\" data-vertical-menu=750px><a href=\"#movement\">Join the Movement</a></li>\n</ul><button type=\"button\">X</button>			\n			        </nav>','Custom Header','','inherit','closed','closed','','130-revision-v1','','','2025-07-23 11:41:46','2025-07-23 11:41:46','',130,'https://betterhealthtech.server1.purelogics.net/?p=146',0,'revision','',0),(147,1,'2025-07-23 11:41:58','2025-07-23 11:41:58','<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\n										info@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n								 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Twitter\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"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>									\n                                                                                                            </a>\n                    </li>\n                    							</ul>\n					<h2>Better Health Care</h2>				\n							<nav \n			data-hamburger-icon=\"\" \n			data-hamburger-icon-type=\"icon\" \n			data-responsive-breakpoint=\"1024\">\n			            <button  type=\"button\" aria-label=\"hamburger-icon\">\n                            </button>\n            <ul id=\"menu-main-menu\"><li id=\"menu-item-136\" data-vertical-menu=750px><a href=\"#mission\">Mission</a></li>\n<li id=\"menu-item-137\" data-vertical-menu=750px><a href=\"#area\">Focus Areas</a></li>\n<li id=\"menu-item-138\" data-vertical-menu=750px><a href=\"#works\">How It Works</a></li>\n<li id=\"menu-item-139\" data-vertical-menu=750px><a href=\"#work_with\">Partners</a></li>\n<li id=\"menu-item-140\" data-vertical-menu=750px><a href=\"#leadership\">Insights</a></li>\n<li id=\"menu-item-141\" data-vertical-menu=750px><a href=\"#join\">Join Us</a></li>\n</ul><button type=\"button\">X</button>			\n			        </nav>','Custom Header','','inherit','closed','closed','','130-revision-v1','','','2025-07-23 11:41:58','2025-07-23 11:41:58','',130,'https://betterhealthtech.server1.purelogics.net/?p=147',0,'revision','',0),(148,1,'2025-07-23 11:42:54','2025-07-23 11:42:54','<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\n										info@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n								 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Twitter\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"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>									\n                                                                                                            </a>\n                    </li>\n                    							</ul>\n					<h2>Better Health Care</h2>				\n							<nav \n			data-hamburger-icon=\"\" \n			data-hamburger-icon-type=\"icon\" \n			data-responsive-breakpoint=\"1024\">\n			            <button  type=\"button\" aria-label=\"hamburger-icon\">\n                            </button>\n            <ul id=\"menu-main-menu\"><li id=\"menu-item-136\" data-vertical-menu=750px><a href=\"#mission\">Mission</a></li>\n<li id=\"menu-item-137\" data-vertical-menu=750px><a href=\"#area\">Focus Areas</a></li>\n<li id=\"menu-item-138\" data-vertical-menu=750px><a href=\"#works\">How It Works</a></li>\n<li id=\"menu-item-139\" data-vertical-menu=750px><a href=\"#work_with\">Partners</a></li>\n<li id=\"menu-item-140\" data-vertical-menu=750px><a href=\"#leadership\">Insights</a></li>\n<li id=\"menu-item-141\" data-vertical-menu=750px><a href=\"#join\">Join Us</a></li>\n</ul><button type=\"button\">X</button>			\n			        </nav>','Custom Header','','inherit','closed','closed','','130-revision-v1','','','2025-07-23 11:42:54','2025-07-23 11:42:54','',130,'https://betterhealthtech.server1.purelogics.net/?p=148',0,'revision','',0),(149,1,'2025-07-23 11:42:56','2025-07-23 11:42:56','<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\n										info@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n								 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Twitter\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"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>									\n                                                                                                            </a>\n                    </li>\n                    							</ul>\n					<h2>Better Health Care</h2>				\n							<nav \n			data-hamburger-icon=\"\" \n			data-hamburger-icon-type=\"icon\" \n			data-responsive-breakpoint=\"1024\">\n			            <button  type=\"button\" aria-label=\"hamburger-icon\">\n                            </button>\n            <ul id=\"menu-main-menu\"><li id=\"menu-item-136\" data-vertical-menu=750px><a href=\"#mission\">Mission</a></li>\n<li id=\"menu-item-137\" data-vertical-menu=750px><a href=\"#area\">Focus Areas</a></li>\n<li id=\"menu-item-138\" data-vertical-menu=750px><a href=\"#works\">How It Works</a></li>\n<li id=\"menu-item-139\" data-vertical-menu=750px><a href=\"#work_with\">Partners</a></li>\n<li id=\"menu-item-140\" data-vertical-menu=750px><a href=\"#leadership\">Insights</a></li>\n<li id=\"menu-item-141\" data-vertical-menu=750px><a href=\"#join\">Join Us</a></li>\n</ul><button type=\"button\">X</button>			\n			        </nav>','Custom Header','','inherit','closed','closed','','130-revision-v1','','','2025-07-23 11:42:56','2025-07-23 11:42:56','',130,'https://betterhealthtech.server1.purelogics.net/?p=149',0,'revision','',0),(150,1,'2025-07-23 11:42:57','2025-07-23 11:42:57','<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\n										info@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n								 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Twitter\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"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>									\n                                                                                                            </a>\n                    </li>\n                    							</ul>\n					<h2>Better Health Care</h2>				\n							<nav \n			data-hamburger-icon=\"\" \n			data-hamburger-icon-type=\"icon\" \n			data-responsive-breakpoint=\"1024\">\n			            <button  type=\"button\" aria-label=\"hamburger-icon\">\n                            </button>\n            <ul id=\"menu-main-menu\"><li id=\"menu-item-136\" data-vertical-menu=750px><a href=\"#mission\">Mission</a></li>\n<li id=\"menu-item-137\" data-vertical-menu=750px><a href=\"#area\">Focus Areas</a></li>\n<li id=\"menu-item-138\" data-vertical-menu=750px><a href=\"#works\">How It Works</a></li>\n<li id=\"menu-item-139\" data-vertical-menu=750px><a href=\"#work_with\">Partners</a></li>\n<li id=\"menu-item-140\" data-vertical-menu=750px><a href=\"#leadership\">Insights</a></li>\n<li id=\"menu-item-141\" data-vertical-menu=750px><a href=\"#join\">Join Us</a></li>\n</ul><button type=\"button\">X</button>			\n			        </nav>','Custom Header','','inherit','closed','closed','','130-revision-v1','','','2025-07-23 11:42:57','2025-07-23 11:42:57','',130,'https://betterhealthtech.server1.purelogics.net/?p=150',0,'revision','',0),(152,1,'2025-07-23 11:48:05','2025-07-23 11:48:05','<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\n										info@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n								 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Twitter\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"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>									\n                                                                                                            </a>\n                    </li>\n                    							</ul>\n					<h2>Better Health Care</h2>				\n							<nav \n			data-hamburger-icon=\"\" \n			data-hamburger-icon-type=\"icon\" \n			data-responsive-breakpoint=\"1024\">\n			            <button  type=\"button\" aria-label=\"hamburger-icon\">\n                            </button>\n            <ul id=\"menu-main-menu\"><li id=\"menu-item-136\" data-vertical-menu=750px><a href=\"#mission\">Mission</a></li>\n<li id=\"menu-item-137\" data-vertical-menu=750px><a href=\"#area\">Focus Areas</a></li>\n<li id=\"menu-item-138\" data-vertical-menu=750px><a href=\"#works\">How It Works</a></li>\n<li id=\"menu-item-139\" data-vertical-menu=750px><a href=\"#work_with\">Partners</a></li>\n<li id=\"menu-item-140\" data-vertical-menu=750px><a href=\"#leadership\">Insights</a></li>\n<li id=\"menu-item-141\" data-vertical-menu=750px><a href=\"#join\">Join Us</a></li>\n</ul><button type=\"button\">X</button>			\n			        </nav>','Custom Header','','inherit','closed','closed','','130-revision-v1','','','2025-07-23 11:48:05','2025-07-23 11:48:05','',130,'https://betterhealthtech.server1.purelogics.net/?p=152',0,'revision','',0),(153,1,'2025-07-23 11:48:09','2025-07-23 11:48:09','<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\n										info@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n								 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Twitter\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"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>									\n                                                                                                            </a>\n                    </li>\n                    							</ul>\n					<h2>Better Health Care</h2>				\n							<nav \n			data-hamburger-icon=\"\" \n			data-hamburger-icon-type=\"icon\" \n			data-responsive-breakpoint=\"1024\">\n			            <button  type=\"button\" aria-label=\"hamburger-icon\">\n                            </button>\n            <ul id=\"menu-main-menu\"><li id=\"menu-item-136\" data-vertical-menu=750px><a href=\"#mission\">Mission</a></li>\n<li id=\"menu-item-137\" data-vertical-menu=750px><a href=\"#area\">Focus Areas</a></li>\n<li id=\"menu-item-138\" data-vertical-menu=750px><a href=\"#works\">How It Works</a></li>\n<li id=\"menu-item-139\" data-vertical-menu=750px><a href=\"#work_with\">Partners</a></li>\n<li id=\"menu-item-140\" data-vertical-menu=750px><a href=\"#leadership\">Insights</a></li>\n<li id=\"menu-item-141\" data-vertical-menu=750px><a href=\"#join\">Join Us</a></li>\n</ul><button type=\"button\">X</button>			\n			        </nav>','Custom Header','','inherit','closed','closed','','130-revision-v1','','','2025-07-23 11:48:09','2025-07-23 11:48:09','',130,'https://betterhealthtech.server1.purelogics.net/?p=153',0,'revision','',0),(154,1,'2025-07-23 11:48:15','2025-07-23 11:48:15','<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n								 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Twitter\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"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>									\n                                                                                                            </a>\n                    </li>\n                    							</ul>\n					<h2>Better Health Care</h2>				\n							<nav \n			data-hamburger-icon=\"\" \n			data-hamburger-icon-type=\"icon\" \n			data-responsive-breakpoint=\"1024\">\n			            <button  type=\"button\" aria-label=\"hamburger-icon\">\n                            </button>\n            <ul id=\"menu-main-menu\"><li id=\"menu-item-136\" data-vertical-menu=750px><a href=\"#mission\">Mission</a></li>\n<li id=\"menu-item-137\" data-vertical-menu=750px><a href=\"#area\">Focus Areas</a></li>\n<li id=\"menu-item-138\" data-vertical-menu=750px><a href=\"#works\">How It Works</a></li>\n<li id=\"menu-item-139\" data-vertical-menu=750px><a href=\"#work_with\">Partners</a></li>\n<li id=\"menu-item-140\" data-vertical-menu=750px><a href=\"#leadership\">Insights</a></li>\n<li id=\"menu-item-141\" data-vertical-menu=750px><a href=\"#join\">Join Us</a></li>\n</ul><button type=\"button\">X</button>			\n			        </nav>','Custom Header','','inherit','closed','closed','','130-revision-v1','','','2025-07-23 11:48:15','2025-07-23 11:48:15','',130,'https://betterhealthtech.server1.purelogics.net/?p=154',0,'revision','',0),(155,1,'2025-07-23 11:50:09','2025-07-23 11:50:09','<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n								 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Twitter\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"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>									\n                                                                                                            </a>\n                    </li>\n                    							</ul>\n					<h2>Better Health Care</h2>				\n							<nav \n			data-hamburger-icon=\"\" \n			data-hamburger-icon-type=\"icon\" \n			data-responsive-breakpoint=\"1024\">\n			            <button  type=\"button\" aria-label=\"hamburger-icon\">\n                            </button>\n            <ul id=\"menu-main-menu\"><li id=\"menu-item-136\" data-vertical-menu=750px><a href=\"#mission\">Mission</a></li>\n<li id=\"menu-item-137\" data-vertical-menu=750px><a href=\"#area\">Focus Areas</a></li>\n<li id=\"menu-item-138\" data-vertical-menu=750px><a href=\"#works\">How It Works</a></li>\n<li id=\"menu-item-139\" data-vertical-menu=750px><a href=\"#work_with\">Partners</a></li>\n<li id=\"menu-item-140\" data-vertical-menu=750px><a href=\"#leadership\">Insights</a></li>\n<li id=\"menu-item-141\" data-vertical-menu=750px><a href=\"#join\">Join Us</a></li>\n</ul><button type=\"button\">X</button>			\n			        </nav>','Custom Header','','inherit','closed','closed','','130-revision-v1','','','2025-07-23 11:50:09','2025-07-23 11:50:09','',130,'https://betterhealthtech.server1.purelogics.net/?p=155',0,'revision','',0),(156,1,'2025-07-23 11:50:22','2025-07-23 11:50:22','<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n								 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Twitter\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"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>									\n                                                                                                            </a>\n                    </li>\n                    							</ul>\n					<h2>Better Health Care</h2>				\n							<nav \n			data-hamburger-icon=\"\" \n			data-hamburger-icon-type=\"icon\" \n			data-responsive-breakpoint=\"1024\">\n			            <button  type=\"button\" aria-label=\"hamburger-icon\">\n                            </button>\n            <ul id=\"menu-main-menu\"><li id=\"menu-item-136\" data-vertical-menu=750px><a href=\"#mission\">Mission</a></li>\n<li id=\"menu-item-137\" data-vertical-menu=750px><a href=\"#area\">Focus Areas</a></li>\n<li id=\"menu-item-138\" data-vertical-menu=750px><a href=\"#works\">How It Works</a></li>\n<li id=\"menu-item-139\" data-vertical-menu=750px><a href=\"#work_with\">Partners</a></li>\n<li id=\"menu-item-140\" data-vertical-menu=750px><a href=\"#leadership\">Insights</a></li>\n<li id=\"menu-item-141\" data-vertical-menu=750px><a href=\"#join\">Join Us</a></li>\n</ul><button type=\"button\">X</button>			\n			        </nav>','Custom Header','','inherit','closed','closed','','130-revision-v1','','','2025-07-23 11:50:22','2025-07-23 11:50:22','',130,'https://betterhealthtech.server1.purelogics.net/?p=156',0,'revision','',0),(157,1,'2025-07-23 11:50:25','2025-07-23 11:50:25','<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n								 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Twitter\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>\n					<h2>Better Health Care</h2>				\n							<nav \n			data-hamburger-icon=\"\" \n			data-hamburger-icon-type=\"icon\" \n			data-responsive-breakpoint=\"1024\">\n			            <button  type=\"button\" aria-label=\"hamburger-icon\">\n                            </button>\n            <ul id=\"menu-main-menu\"><li id=\"menu-item-136\" data-vertical-menu=750px><a href=\"#mission\">Mission</a></li>\n<li id=\"menu-item-137\" data-vertical-menu=750px><a href=\"#area\">Focus Areas</a></li>\n<li id=\"menu-item-138\" data-vertical-menu=750px><a href=\"#works\">How It Works</a></li>\n<li id=\"menu-item-139\" data-vertical-menu=750px><a href=\"#work_with\">Partners</a></li>\n<li id=\"menu-item-140\" data-vertical-menu=750px><a href=\"#leadership\">Insights</a></li>\n<li id=\"menu-item-141\" data-vertical-menu=750px><a href=\"#join\">Join Us</a></li>\n</ul><button type=\"button\">X</button>			\n			        </nav>','Custom Header','','inherit','closed','closed','','130-revision-v1','','','2025-07-23 11:50:25','2025-07-23 11:50:25','',130,'https://betterhealthtech.server1.purelogics.net/?p=157',0,'revision','',0),(158,1,'2025-07-23 11:59:04','2025-07-23 11:59:04','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 11:59:04','2025-07-23 11:59:04','',9,'https://betterhealthtech.server1.purelogics.net/?p=158',0,'revision','',0),(159,1,'2025-07-23 11:59:28','2025-07-23 11:59:28','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 11:59:28','2025-07-23 11:59:28','',9,'https://betterhealthtech.server1.purelogics.net/?p=159',0,'revision','',0),(160,1,'2025-07-23 11:59:30','2025-07-23 11:59:30','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 11:59:30','2025-07-23 11:59:30','',9,'https://betterhealthtech.server1.purelogics.net/?p=160',0,'revision','',0),(161,1,'2025-07-23 12:03:47','2025-07-23 12:03:47','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 12:03:47','2025-07-23 12:03:47','',9,'https://betterhealthtech.server1.purelogics.net/?p=161',0,'revision','',0),(162,1,'2025-07-23 12:03:56','2025-07-23 12:03:56','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 12:03:56','2025-07-23 12:03:56','',9,'https://betterhealthtech.server1.purelogics.net/?p=162',0,'revision','',0),(163,1,'2025-07-23 12:03:59','2025-07-23 12:03:59','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 12:03:59','2025-07-23 12:03:59','',9,'https://betterhealthtech.server1.purelogics.net/?p=163',0,'revision','',0),(164,1,'2025-07-23 12:05:21','2025-07-23 12:05:21','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 12:05:21','2025-07-23 12:05:21','',9,'https://betterhealthtech.server1.purelogics.net/?p=164',0,'revision','',0),(165,1,'2025-07-23 12:05:23','2025-07-23 12:05:23','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 12:05:23','2025-07-23 12:05:23','',9,'https://betterhealthtech.server1.purelogics.net/?p=165',0,'revision','',0),(166,1,'2025-07-23 12:05:25','2025-07-23 12:05:25','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 12:05:25','2025-07-23 12:05:25','',9,'https://betterhealthtech.server1.purelogics.net/?p=166',0,'revision','',0),(167,1,'2025-07-23 12:06:20','2025-07-23 12:06:20','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 12:06:20','2025-07-23 12:06:20','',9,'https://betterhealthtech.server1.purelogics.net/?p=167',0,'revision','',0),(168,1,'2025-07-23 12:06:26','2025-07-23 12:06:26','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 12:06:26','2025-07-23 12:06:26','',9,'https://betterhealthtech.server1.purelogics.net/?p=168',0,'revision','',0),(169,1,'2025-07-23 12:06:35','2025-07-23 12:06:35','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 12:06:35','2025-07-23 12:06:35','',9,'https://betterhealthtech.server1.purelogics.net/?p=169',0,'revision','',0),(175,1,'2025-07-23 14:03:50','2025-07-23 14:03:50','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 14:03:50','2025-07-23 14:03:50','',9,'https://betterhealthtech.server1.purelogics.net/?p=175',0,'revision','',0),(176,1,'2025-07-23 14:13:25','2025-07-23 14:13:25','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 14:13:25','2025-07-23 14:13:25','',9,'https://betterhealthtech.server1.purelogics.net/?p=176',0,'revision','',0),(177,1,'2025-07-23 14:14:26','2025-07-23 14:14:26','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 14:14:26','2025-07-23 14:14:26','',9,'https://betterhealthtech.server1.purelogics.net/?p=177',0,'revision','',0),(179,1,'2025-07-23 14:20:11','2025-07-23 14:20:11','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 14:20:11','2025-07-23 14:20:11','',9,'https://betterhealthtech.server1.purelogics.net/?p=179',0,'revision','',0),(180,1,'2025-07-23 14:23:19','2025-07-23 14:23:19','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 14:23:19','2025-07-23 14:23:19','',9,'https://betterhealthtech.server1.purelogics.net/?p=180',0,'revision','',0),(181,1,'2025-07-23 14:23:33','2025-07-23 14:23:33','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"404\" height=\"254\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/nih-logo-1.png\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/nih-logo-1.png 404w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/nih-logo-1-300x189.png 300w\" sizes=\"(max-width: 404px) 100vw, 404px\" />										\n											<img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />										\n											<img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />										\n											<img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 14:23:33','2025-07-23 14:23:33','',9,'https://betterhealthtech.server1.purelogics.net/?p=181',0,'revision','',0),(184,1,'2025-07-23 15:07:08','2025-07-23 15:07:08','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"404\" height=\"254\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/nih-logo-1.png\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/nih-logo-1.png 404w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/nih-logo-1-300x189.png 300w\" sizes=\"(max-width: 404px) 100vw, 404px\" />										\n											<img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />										\n											<img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />										\n											<img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 15:07:08','2025-07-23 15:07:08','',9,'https://betterhealthtech.server1.purelogics.net/?p=184',0,'revision','',0),(185,1,'2025-07-23 15:09:15','2025-07-23 15:09:15','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"404\" height=\"254\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/nih-logo-1.png\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/nih-logo-1.png 404w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/nih-logo-1-300x189.png 300w\" sizes=\"(max-width: 404px) 100vw, 404px\" />										\n											<img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />										\n											<img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />										\n											<img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 15:09:15','2025-07-23 15:09:15','',9,'https://betterhealthtech.server1.purelogics.net/?p=185',0,'revision','',0),(186,1,'2025-07-23 15:12:11','2025-07-23 15:12:11','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"404\" height=\"254\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/nih-logo-1.png\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/nih-logo-1.png 404w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/nih-logo-1-300x189.png 300w\" sizes=\"(max-width: 404px) 100vw, 404px\" />										\n											<img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />										\n											<img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />										\n											<img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 15:12:11','2025-07-23 15:12:11','',9,'https://betterhealthtech.server1.purelogics.net/?p=186',0,'revision','',0),(193,1,'2025-07-23 15:24:30','2025-07-23 15:24:30','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"404\" height=\"254\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/nih-logo-1.png\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/nih-logo-1.png 404w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/nih-logo-1-300x189.png 300w\" sizes=\"(max-width: 404px) 100vw, 404px\" />										\n											<img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />										\n											<img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />										\n											<img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 15:24:30','2025-07-23 15:24:30','',9,'https://betterhealthtech.server1.purelogics.net/?p=193',0,'revision','',0),(194,1,'2025-07-23 15:28:29','2025-07-23 15:28:29','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"404\" height=\"254\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/nih-logo-1.png\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/nih-logo-1.png 404w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/nih-logo-1-300x189.png 300w\" sizes=\"(max-width: 404px) 100vw, 404px\" />										\n											<img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />										\n											<img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />										\n											<img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 15:28:29','2025-07-23 15:28:29','',9,'https://betterhealthtech.server1.purelogics.net/?p=194',0,'revision','',0),(196,1,'2025-07-23 15:38:20','2025-07-23 15:38:20','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 15:38:20','2025-07-23 15:38:20','',9,'https://betterhealthtech.server1.purelogics.net/?p=196',0,'revision','',0),(197,1,'2025-07-23 15:39:32','2025-07-23 15:39:32','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 15:39:32','2025-07-23 15:39:32','',9,'https://betterhealthtech.server1.purelogics.net/?p=197',0,'revision','',0),(198,1,'2025-07-23 15:41:02','2025-07-23 15:41:02','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 15:41:02','2025-07-23 15:41:02','',9,'https://betterhealthtech.server1.purelogics.net/?p=198',0,'revision','',0),(199,1,'2025-07-23 15:44:46','2025-07-23 15:44:46','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 15:44:46','2025-07-23 15:44:46','',9,'https://betterhealthtech.server1.purelogics.net/?p=199',0,'revision','',0),(200,1,'2025-07-23 15:45:07','2025-07-23 15:45:07','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 15:45:07','2025-07-23 15:45:07','',9,'https://betterhealthtech.server1.purelogics.net/?p=200',0,'revision','',0),(201,1,'2025-07-23 15:47:20','2025-07-23 15:47:20','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 15:47:20','2025-07-23 15:47:20','',9,'https://betterhealthtech.server1.purelogics.net/?p=201',0,'revision','',0),(202,1,'2025-07-23 15:49:57','2025-07-23 15:49:57','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 15:49:57','2025-07-23 15:49:57','',9,'https://betterhealthtech.server1.purelogics.net/?p=202',0,'revision','',0),(203,1,'2025-07-23 15:57:00','2025-07-23 15:57:00','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 15:57:00','2025-07-23 15:57:00','',9,'https://betterhealthtech.server1.purelogics.net/?p=203',0,'revision','',0),(204,1,'2025-07-23 15:58:47','2025-07-23 15:58:47','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion. Clinicians are spending more time behind screens than at the bedside, navigating complex EHRs, repetitive documentation, and fragmented workflows. At BetterHealthTech, we believe machine learning (ML) can be a powerful ally in reversing this trend—not by replacing physicians, but by giving them back their time. Machine learning excels at recognizing patterns, automating routine tasks, and surfacing insights from large datasets. In clinical settings, this translates to smarter scheduling, faster charting, AI-assisted documentation, and predictive workload balancing. Imagine an EHR that auto-summarizes patient notes or flags [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster detection, reduced human error, and broader access to care. But as we delegate more responsibility to algorithms, a critical question emerges—how do we ensure that AI diagnosis remains ethical, transparent, and patient-centered? At BetterHealthTech, we believe ethical design must be foundational, not an afterthought. AI systems are only as good as the data they&#8217;re trained on—and medical data is often messy, biased, or incomplete. If not handled responsibly, AI can perpetuate existing inequalities, misdiagnose underrepresented populations, or overlook rare conditions. That&#8217;s why BetterHealthTech prioritizes diverse [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront of that shift. Traditional radiological analysis is limited by manual interpretation and siloed data, but AI is changing that. Our models are designed to analyze medical imaging with unprecedented accuracy and speed, enabling earlier detection of diseases and minimizing the risk of oversight. By learning from millions of scans, BetterHealthTech AI identifies subtle patterns that even the most experienced professionals may miss. What makes generative AI truly transformative in radiology is its ability to create synthetic medical images that simulate rare conditions, enhance training datasets, [&hellip;]</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 15:58:47','2025-07-23 15:58:47','',9,'https://betterhealthtech.server1.purelogics.net/?p=204',0,'revision','',0),(205,1,'2025-07-23 16:01:00','2025-07-23 16:01:00','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion.&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 16:01:00','2025-07-23 16:01:00','',9,'https://betterhealthtech.server1.purelogics.net/?p=205',0,'revision','',0),(207,1,'2025-07-23 16:09:52','2025-07-23 16:09:52','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion.&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 16:09:52','2025-07-23 16:09:52','',9,'https://betterhealthtech.server1.purelogics.net/?p=207',0,'revision','',0),(208,1,'2025-07-23 16:11:45','2025-07-23 16:11:45','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion.&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 16:11:45','2025-07-23 16:11:45','',9,'https://betterhealthtech.server1.purelogics.net/?p=208',0,'revision','',0),(209,1,'2025-07-23 16:13:33','2025-07-23 16:13:33','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion.&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 16:13:33','2025-07-23 16:13:33','',9,'https://betterhealthtech.server1.purelogics.net/?p=209',0,'revision','',0),(210,1,'2025-07-23 16:17:49','2025-07-23 16:17:49','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion.&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 16:17:49','2025-07-23 16:17:49','',9,'https://betterhealthtech.server1.purelogics.net/?p=210',0,'revision','',0),(211,1,'2025-07-23 16:19:31','2025-07-23 16:19:31','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion.&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 16:19:31','2025-07-23 16:19:31','',9,'https://betterhealthtech.server1.purelogics.net/?p=211',0,'revision','',0),(212,1,'2025-07-23 16:21:50','2025-07-23 16:21:50','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion.&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 16:21:50','2025-07-23 16:21:50','',9,'https://betterhealthtech.server1.purelogics.net/?p=212',0,'revision','',0),(213,1,'2025-07-23 16:35:49','2025-07-23 16:35:49','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion.&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 16:35:49','2025-07-23 16:35:49','',9,'https://betterhealthtech.server1.purelogics.net/?p=213',0,'revision','',0),(214,1,'2025-07-23 16:41:00','2025-07-23 16:41:00','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion.&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 16:41:00','2025-07-23 16:41:00','',9,'https://betterhealthtech.server1.purelogics.net/?p=214',0,'revision','',0),(215,1,'2025-07-23 16:47:45','2025-07-23 16:47:45','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion.&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 16:47:45','2025-07-23 16:47:45','',9,'https://betterhealthtech.server1.purelogics.net/?p=215',0,'revision','',0),(216,1,'2025-07-23 16:52:52','2025-07-23 16:52:52','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion.&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 16:52:52','2025-07-23 16:52:52','',9,'https://betterhealthtech.server1.purelogics.net/?p=216',0,'revision','',0),(217,1,'2025-07-23 17:08:51','2025-07-23 17:08:51','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion.&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-23 17:08:51','2025-07-23 17:08:51','',9,'',0,'revision','',0),(218,1,'2025-07-24 09:03:40','2025-07-24 09:03:40','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".mission::before {\\n  content: \\\"\\\";\\n  position: absolute;\\n  left: 0;\\n  top: 50%;\\n  transform: translateY(-50%);\\n  width: 30px;\\n  height: 3px;\\n  background-color: #4c7ce5;\\n}\\n\\n.articles .elementskit-entry-header img {\\n    height: 219px !important;\\n    object-fit: cover;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-07-24 09:03:40\"\n    }\n}','','','trash','closed','closed','','4f585823-8d83-40ca-b0b3-1a46c9148447','','','2025-07-24 09:03:40','2025-07-24 09:03:40','',0,'https://betterhealthtech.server1.purelogics.net/4f585823-8d83-40ca-b0b3-1a46c9148447/',0,'customize_changeset','',0),(219,1,'2025-07-24 09:03:43','2025-07-24 09:03:43','.mission::before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  top: 50%;\n  transform: translateY(-50%);\n  width: 30px;\n  height: 3px;\n  background-color: #4c7ce5;\n}\n\n.articles .elementskit-entry-header img {\n    height: 219px !important;\n    object-fit: cover;\n}','hello-elementor','','inherit','closed','closed','','66-revision-v1','','','2025-07-24 09:03:43','2025-07-24 09:03:43','',66,'https://betterhealthtech.server1.purelogics.net/?p=219',0,'revision','',0),(220,1,'2025-07-24 09:06:13','2025-07-24 09:06:13','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion.&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-24 09:06:13','2025-07-24 09:06:13','',9,'https://betterhealthtech.server1.purelogics.net/?p=220',0,'revision','',0),(221,1,'2025-07-24 09:06:46','2025-07-24 09:06:46','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion.&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-24 09:06:46','2025-07-24 09:06:46','',9,'https://betterhealthtech.server1.purelogics.net/?p=221',0,'revision','',0),(222,1,'2025-07-24 09:07:11','2025-07-24 09:07:11','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion.&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-24 09:07:11','2025-07-24 09:07:11','',9,'https://betterhealthtech.server1.purelogics.net/?p=222',0,'revision','',0),(223,1,'2025-07-24 09:12:36','2025-07-24 09:12:36','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion.&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-24 09:12:36','2025-07-24 09:12:36','',9,'https://betterhealthtech.server1.purelogics.net/?p=223',0,'revision','',0),(224,1,'2025-07-24 09:12:43','2025-07-24 09:12:43','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by overwhelming workloads, administrative burdens, and emotional exhaustion.&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the promise of AI-powered diagnostics is undeniable: faster&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of generative AI—and BetterHealthTech is at the forefront&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-24 09:12:43','2025-07-24 09:12:43','',9,'https://betterhealthtech.server1.purelogics.net/?p=224',0,'revision','',0),(225,1,'2025-07-24 09:12:57','2025-07-24 09:12:57','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-24 09:12:57','2025-07-24 09:12:57','',9,'https://betterhealthtech.server1.purelogics.net/?p=225',0,'revision','',0),(226,1,'2025-07-24 09:13:34','2025-07-24 09:13:34','','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 09:13:34','2025-07-24 09:13:34','',131,'https://betterhealthtech.server1.purelogics.net/?p=226',0,'revision','',0),(228,1,'2025-07-24 09:17:52','2025-07-24 09:17:52','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-24 09:17:52','2025-07-24 09:17:52','',9,'https://betterhealthtech.server1.purelogics.net/?p=228',0,'revision','',0),(229,1,'2025-07-24 09:18:17','2025-07-24 09:18:17','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-24 09:18:17','2025-07-24 09:18:17','',9,'https://betterhealthtech.server1.purelogics.net/?p=229',0,'revision','',0),(230,1,'2025-07-24 09:19:17','2025-07-24 09:19:17','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n       					<h2> Trusted by Leaders Across the Healthcare Spectrum</h2>							\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-24 09:19:17','2025-07-24 09:19:17','',9,'https://betterhealthtech.server1.purelogics.net/?p=230',0,'revision','',0),(232,1,'2025-07-24 09:22:16','2025-07-24 09:22:16','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n       					<h2> Trusted by Leaders Across the Healthcare Spectrum</h2>							\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-24 09:22:16','2025-07-24 09:22:16','',9,'https://betterhealthtech.server1.purelogics.net/?p=232',0,'revision','',0),(233,1,'2025-07-24 09:22:30','2025-07-24 09:22:30','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n       					<h2> Trusted by Leaders Across the Healthcare Spectrum</h2>							\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-24 09:22:30','2025-07-24 09:22:30','',9,'https://betterhealthtech.server1.purelogics.net/?p=233',0,'revision','',0),(234,1,'2025-07-24 09:22:38','2025-07-24 09:22:38','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n       					<h2> Trusted by Leaders Across the Healthcare Spectrum</h2>							\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-24 09:22:38','2025-07-24 09:22:38','',9,'https://betterhealthtech.server1.purelogics.net/?p=234',0,'revision','',0),(237,1,'2025-07-24 09:23:07','2025-07-24 09:23:07','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".mission::before {\\n  content: \\\"\\\";\\n  position: absolute;\\n  left: 0;\\n  top: 50%;\\n  transform: translateY(-50%);\\n  width: 30px;\\n  height: 3px;\\n  background-color: #4c7ce5;\\n}\\n\\n.articles .elementskit-entry-header img {\\n    height: 219px !important;\\n    object-fit: cover;\\n}\\n\\n.articles .elementskit-post-body {\\n    min-height: 235px;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-07-24 09:23:07\"\n    }\n}','','','trash','closed','closed','','40104281-0805-4db4-a701-e10155dcf72f','','','2025-07-24 09:23:07','2025-07-24 09:23:07','',0,'https://betterhealthtech.server1.purelogics.net/40104281-0805-4db4-a701-e10155dcf72f/',0,'customize_changeset','',0),(238,1,'2025-07-24 09:23:10','2025-07-24 09:23:10','.mission::before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  top: 50%;\n  transform: translateY(-50%);\n  width: 30px;\n  height: 3px;\n  background-color: #4c7ce5;\n}\n\n.articles .elementskit-entry-header img {\n    height: 219px !important;\n    object-fit: cover;\n}\n\n.articles .elementskit-post-body {\n    min-height: 235px;\n}','hello-elementor','','inherit','closed','closed','','66-revision-v1','','','2025-07-24 09:23:10','2025-07-24 09:23:10','',66,'https://betterhealthtech.server1.purelogics.net/?p=238',0,'revision','',0),(239,1,'2025-07-24 09:23:27','2025-07-24 09:23:27','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".mission::before {\\n  content: \\\"\\\";\\n  position: absolute;\\n  left: 0;\\n  top: 50%;\\n  transform: translateY(-50%);\\n  width: 30px;\\n  height: 3px;\\n  background-color: #4c7ce5;\\n}\\n\\n.articles .elementskit-entry-header img {\\n    height: 219px !important;\\n    object-fit: cover;\\n}\\n\\n.articles .elementskit-post-body {\\n    min-height: 235px!important;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-07-24 09:23:27\"\n    }\n}','','','trash','closed','closed','','024b1a8b-00d7-4782-a6f5-24ee06837f2c','','','2025-07-24 09:23:27','2025-07-24 09:23:27','',0,'https://betterhealthtech.server1.purelogics.net/024b1a8b-00d7-4782-a6f5-24ee06837f2c/',0,'customize_changeset','',0),(240,1,'2025-07-24 09:23:29','2025-07-24 09:23:29','.mission::before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  top: 50%;\n  transform: translateY(-50%);\n  width: 30px;\n  height: 3px;\n  background-color: #4c7ce5;\n}\n\n.articles .elementskit-entry-header img {\n    height: 219px !important;\n    object-fit: cover;\n}\n\n.articles .elementskit-post-body {\n    min-height: 235px!important;\n}','hello-elementor','','inherit','closed','closed','','66-revision-v1','','','2025-07-24 09:23:29','2025-07-24 09:23:29','',66,'https://betterhealthtech.server1.purelogics.net/?p=240',0,'revision','',0),(241,1,'2025-07-24 09:23:43','2025-07-24 09:23:43','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".mission::before {\\n  content: \\\"\\\";\\n  position: absolute;\\n  left: 0;\\n  top: 50%;\\n  transform: translateY(-50%);\\n  width: 30px;\\n  height: 3px;\\n  background-color: #4c7ce5;\\n}\\n\\n.articles .elementskit-entry-header img {\\n    height: 219px !important;\\n    object-fit: cover;\\n}\\n\\n.articles.elementskit-post-body {\\n    min-height: 235px!important;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-07-24 09:23:43\"\n    }\n}','','','trash','closed','closed','','ac41eba2-8696-4932-95ab-7c323b2ca516','','','2025-07-24 09:23:43','2025-07-24 09:23:43','',0,'https://betterhealthtech.server1.purelogics.net/ac41eba2-8696-4932-95ab-7c323b2ca516/',0,'customize_changeset','',0),(242,1,'2025-07-24 09:23:45','2025-07-24 09:23:45','.mission::before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  top: 50%;\n  transform: translateY(-50%);\n  width: 30px;\n  height: 3px;\n  background-color: #4c7ce5;\n}\n\n.articles .elementskit-entry-header img {\n    height: 219px !important;\n    object-fit: cover;\n}\n\n.articles.elementskit-post-body {\n    min-height: 235px!important;\n}','hello-elementor','','inherit','closed','closed','','66-revision-v1','','','2025-07-24 09:23:45','2025-07-24 09:23:45','',66,'https://betterhealthtech.server1.purelogics.net/?p=242',0,'revision','',0),(243,1,'2025-07-24 09:24:11','2025-07-24 09:24:11','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".mission::before {\\n  content: \\\"\\\";\\n  position: absolute;\\n  left: 0;\\n  top: 50%;\\n  transform: translateY(-50%);\\n  width: 30px;\\n  height: 3px;\\n  background-color: #4c7ce5;\\n}\\n\\n.articles .elementskit-entry-header img {\\n    height: 219px !important;\\n    object-fit: cover;\\n}\\n\\n.articles .elementskit-post-body {\\n    min-height: 245px!important;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-07-24 09:24:11\"\n    }\n}','','','trash','closed','closed','','f879ddd5-1eea-427b-8f01-016a24576962','','','2025-07-24 09:24:11','2025-07-24 09:24:11','',0,'https://betterhealthtech.server1.purelogics.net/f879ddd5-1eea-427b-8f01-016a24576962/',0,'customize_changeset','',0),(244,1,'2025-07-24 09:24:12','2025-07-24 09:24:12','.mission::before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  top: 50%;\n  transform: translateY(-50%);\n  width: 30px;\n  height: 3px;\n  background-color: #4c7ce5;\n}\n\n.articles .elementskit-entry-header img {\n    height: 219px !important;\n    object-fit: cover;\n}\n\n.articles .elementskit-post-body {\n    min-height: 245px!important;\n}','hello-elementor','','inherit','closed','closed','','66-revision-v1','','','2025-07-24 09:24:12','2025-07-24 09:24:12','',66,'https://betterhealthtech.server1.purelogics.net/?p=244',0,'revision','',0),(245,1,'2025-07-24 10:25:36','2025-07-24 10:25:36','','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:25:36','2025-07-24 10:25:36','',131,'https://betterhealthtech.server1.purelogics.net/?p=245',0,'revision','',0),(246,1,'2025-07-24 10:25:37','2025-07-24 10:25:37','','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:25:37','2025-07-24 10:25:37','',131,'https://betterhealthtech.server1.purelogics.net/?p=246',0,'revision','',0),(247,1,'2025-07-24 10:25:39','2025-07-24 10:25:39','<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:25:39','2025-07-24 10:25:39','',131,'https://betterhealthtech.server1.purelogics.net/?p=247',0,'revision','',0),(248,1,'2025-07-24 10:26:14','2025-07-24 10:26:14','<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:26:14','2025-07-24 10:26:14','',131,'https://betterhealthtech.server1.purelogics.net/?p=248',0,'revision','',0),(249,1,'2025-07-24 10:26:15','2025-07-24 10:26:15','<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:26:15','2025-07-24 10:26:15','',131,'https://betterhealthtech.server1.purelogics.net/?p=249',0,'revision','',0),(250,1,'2025-07-24 10:26:18','2025-07-24 10:26:18','<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:26:18','2025-07-24 10:26:18','',131,'https://betterhealthtech.server1.purelogics.net/?p=250',0,'revision','',0),(251,1,'2025-07-24 10:27:10','2025-07-24 10:27:10','<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:27:10','2025-07-24 10:27:10','',131,'https://betterhealthtech.server1.purelogics.net/?p=251',0,'revision','',0),(252,1,'2025-07-24 10:27:13','2025-07-24 10:27:13','<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:27:13','2025-07-24 10:27:13','',131,'https://betterhealthtech.server1.purelogics.net/?p=252',0,'revision','',0),(253,1,'2025-07-24 10:27:15','2025-07-24 10:27:15','<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:27:15','2025-07-24 10:27:15','',131,'https://betterhealthtech.server1.purelogics.net/?p=253',0,'revision','',0),(254,1,'2025-07-24 10:29:17','2025-07-24 10:29:17','<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:29:17','2025-07-24 10:29:17','',131,'https://betterhealthtech.server1.purelogics.net/?p=254',0,'revision','',0),(255,1,'2025-07-24 10:29:21','2025-07-24 10:29:21','<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:29:21','2025-07-24 10:29:21','',131,'https://betterhealthtech.server1.purelogics.net/?p=255',0,'revision','',0),(256,1,'2025-07-24 10:29:24','2025-07-24 10:29:24','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>					<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:29:24','2025-07-24 10:29:24','',131,'https://betterhealthtech.server1.purelogics.net/?p=256',0,'revision','',0),(257,1,'2025-07-24 10:30:10','2025-07-24 10:30:10','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>					<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:30:10','2025-07-24 10:30:10','',131,'https://betterhealthtech.server1.purelogics.net/?p=257',0,'revision','',0),(258,1,'2025-07-24 10:30:15','2025-07-24 10:30:15','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>					<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:30:15','2025-07-24 10:30:15','',131,'https://betterhealthtech.server1.purelogics.net/?p=258',0,'revision','',0),(259,1,'2025-07-24 10:30:16','2025-07-24 10:30:16','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>					<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:30:16','2025-07-24 10:30:16','',131,'https://betterhealthtech.server1.purelogics.net/?p=259',0,'revision','',0),(260,1,'2025-07-24 10:31:13','2025-07-24 10:31:13','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>					<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:31:13','2025-07-24 10:31:13','',131,'https://betterhealthtech.server1.purelogics.net/?p=260',0,'revision','',0),(261,1,'2025-07-24 10:31:19','2025-07-24 10:31:19','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>					<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:31:19','2025-07-24 10:31:19','',131,'https://betterhealthtech.server1.purelogics.net/?p=261',0,'revision','',0),(262,1,'2025-07-24 10:31:24','2025-07-24 10:31:24','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>					<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:31:24','2025-07-24 10:31:24','',131,'https://betterhealthtech.server1.purelogics.net/?p=262',0,'revision','',0),(263,1,'2025-07-24 10:36:48','2025-07-24 10:36:48','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>					<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:36:48','2025-07-24 10:36:48','',131,'https://betterhealthtech.server1.purelogics.net/?p=263',0,'revision','',0),(264,1,'2025-07-24 10:36:52','2025-07-24 10:36:52','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>					<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:36:52','2025-07-24 10:36:52','',131,'https://betterhealthtech.server1.purelogics.net/?p=264',0,'revision','',0),(265,1,'2025-07-24 10:36:55','2025-07-24 10:36:55','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>					<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:36:55','2025-07-24 10:36:55','',131,'https://betterhealthtech.server1.purelogics.net/?p=265',0,'revision','',0),(266,1,'2025-07-24 10:37:10','2025-07-24 10:37:10','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>					<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:37:10','2025-07-24 10:37:10','',131,'https://betterhealthtech.server1.purelogics.net/?p=266',0,'revision','',0),(267,1,'2025-07-24 10:37:16','2025-07-24 10:37:16','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>					<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:37:16','2025-07-24 10:37:16','',131,'https://betterhealthtech.server1.purelogics.net/?p=267',0,'revision','',0),(268,1,'2025-07-24 10:37:20','2025-07-24 10:37:20','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>					<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 10:37:20','2025-07-24 10:37:20','',131,'https://betterhealthtech.server1.purelogics.net/?p=268',0,'revision','',0),(269,1,'2025-07-24 10:48:12','2025-07-24 10:48:12','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n       					<h2> Trusted by Leaders Across the Healthcare Spectrum</h2>							\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-24 10:48:12','2025-07-24 10:48:12','',9,'https://betterhealthtech.server1.purelogics.net/?p=269',0,'revision','',0),(270,1,'2025-07-24 10:48:19','2025-07-24 10:48:19','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n       					<h2> Trusted by Leaders Across the Healthcare Spectrum</h2>							\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-24 10:48:19','2025-07-24 10:48:19','',9,'https://betterhealthtech.server1.purelogics.net/?p=270',0,'revision','',0),(271,1,'2025-07-24 10:48:32','2025-07-24 10:48:32','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n       					<h2> Trusted by Leaders Across the Healthcare Spectrum</h2>							\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-24 10:48:32','2025-07-24 10:48:32','',9,'https://betterhealthtech.server1.purelogics.net/?p=271',0,'revision','',0),(273,1,'2025-07-24 11:09:47','2025-07-24 11:09:47','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>					<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 11:09:47','2025-07-24 11:09:47','',131,'https://betterhealthtech.server1.purelogics.net/?p=273',0,'revision','',0),(274,1,'2025-07-24 11:09:50','2025-07-24 11:09:50','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>					<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 11:09:50','2025-07-24 11:09:50','',131,'https://betterhealthtech.server1.purelogics.net/?p=274',0,'revision','',0),(275,1,'2025-07-24 11:09:51','2025-07-24 11:09:51','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 11:09:51','2025-07-24 11:09:51','',131,'https://betterhealthtech.server1.purelogics.net/?p=275',0,'revision','',0),(277,1,'2025-07-24 11:20:49','2025-07-24 11:20:49','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 11:20:49','2025-07-24 11:20:49','',131,'https://betterhealthtech.server1.purelogics.net/?p=277',0,'revision','',0),(278,1,'2025-07-24 11:20:51','2025-07-24 11:20:51','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 11:20:51','2025-07-24 11:20:51','',131,'https://betterhealthtech.server1.purelogics.net/?p=278',0,'revision','',0),(279,1,'2025-07-24 11:20:56','2025-07-24 11:20:56','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>					<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Socialize\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 11:20:56','2025-07-24 11:20:56','',131,'https://betterhealthtech.server1.purelogics.net/?p=279',0,'revision','',0),(280,1,'2025-07-24 12:04:50','2025-07-24 12:04:50','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>					<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Socialize\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 12:04:50','2025-07-24 12:04:50','',131,'https://betterhealthtech.server1.purelogics.net/?p=280',0,'revision','',0),(281,1,'2025-07-24 12:04:52','2025-07-24 12:04:52','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>					<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Socialize\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 12:04:52','2025-07-24 12:04:52','',131,'https://betterhealthtech.server1.purelogics.net/?p=281',0,'revision','',0),(282,1,'2025-07-24 12:04:53','2025-07-24 12:04:53','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>					<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Socialize\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 12:04:53','2025-07-24 12:04:53','',131,'https://betterhealthtech.server1.purelogics.net/?p=282',0,'revision','',0),(284,1,'2025-07-24 12:09:39','2025-07-24 12:09:39','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>					<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Socialize\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 12:09:39','2025-07-24 12:09:39','',131,'https://betterhealthtech.server1.purelogics.net/?p=284',0,'revision','',0),(285,1,'2025-07-24 12:09:42','2025-07-24 12:09:42','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>					<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Socialize\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 12:09:42','2025-07-24 12:09:42','',131,'https://betterhealthtech.server1.purelogics.net/?p=285',0,'revision','',0),(286,1,'2025-07-24 12:09:47','2025-07-24 12:09:47','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>					<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Socialize\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 12:09:47','2025-07-24 12:09:47','',131,'https://betterhealthtech.server1.purelogics.net/?p=286',0,'revision','',0),(293,1,'2025-07-24 12:43:25','2025-07-24 12:43:25','','Default Kit','','inherit','closed','closed','','6-revision-v1','','','2025-07-24 12:43:25','2025-07-24 12:43:25','',6,'https://betterhealthtech.server1.purelogics.net/?p=293',0,'revision','',0),(294,1,'2025-07-24 12:44:06','2025-07-24 12:44:06','','Default Kit','','inherit','closed','closed','','6-revision-v1','','','2025-07-24 12:44:06','2025-07-24 12:44:06','',6,'https://betterhealthtech.server1.purelogics.net/?p=294',0,'revision','',0),(295,1,'2025-07-24 12:44:24','2025-07-24 12:44:24','','Default Kit','','inherit','closed','closed','','6-revision-v1','','','2025-07-24 12:44:24','2025-07-24 12:44:24','',6,'https://betterhealthtech.server1.purelogics.net/?p=295',0,'revision','',0),(296,1,'2025-07-24 12:44:44','2025-07-24 12:44:44','','Default Kit','','inherit','closed','closed','','6-revision-v1','','','2025-07-24 12:44:44','2025-07-24 12:44:44','',6,'https://betterhealthtech.server1.purelogics.net/?p=296',0,'revision','',0),(297,1,'2025-07-24 12:47:06','2025-07-24 12:47:06','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n       					<h2> Trusted by Leaders Across the Healthcare Spectrum</h2>							\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-24 12:47:06','2025-07-24 12:47:06','',9,'https://betterhealthtech.server1.purelogics.net/?p=297',0,'revision','',0),(298,1,'2025-07-24 12:47:08','2025-07-24 12:47:08','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n       					<h2> Trusted by Leaders Across the Healthcare Spectrum</h2>							\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-24 12:47:08','2025-07-24 12:47:08','',9,'https://betterhealthtech.server1.purelogics.net/?p=298',0,'revision','',0),(299,1,'2025-07-24 12:47:09','2025-07-24 12:47:09','<h1>Redefining What’s Possible </br> in Healthcare With AI</h1>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>								<a href=\"#\">\n									Explore Our Solutions\n					</a>\n														<a href=\"#\">\n									Join Our Community\n					</a>\n																			<img width=\"1000\" height=\"594\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg\" alt=\"\" srcset=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement.jpg 1000w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-300x178.jpg 300w, https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Healthcare-Mission-Statement-768x456.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />																<h3>Mission Statement</h3>					<h2> Healthcare Deserves a Smarter Future</h2>		<p>We’re on a mission to solve the healthcare industry’s biggest challenges using cutting-edge AI. From reducing diagnostic errors to eliminating data overload, we believe technology should support—not replace—the human touch.</p>			<h2>Our Core Focus Areas</h2>							\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M45 37V24C45 20.6859 42.3141 18 39 18C35.6859 18 33 20.6859 33 24V37C30.7909 38.5294 29.5 41.0633 29.5 44C29.5 49.2467 33.7533 53.5 39 53.5C44.2467 53.5 48.5 49.2467 48.5 44C48.5 41.0633 47.2091 38.5294 45 37Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><circle cx=\"39\" cy=\"44\" r=\"4\" fill=\"#4C7CE5\"></circle></svg>				\n									<h3>\n							Predictive Diagnostics						\n					</h3>\n									<p>\n						Early detection through AI-powered imaging and patient data analysis.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M16 20H32M32 20L28 16M32 20L28 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M16 44H32M32 44L28 40M32 44L28 48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M40 32H48C52.4183 32 56 34.5817 56 38V48\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M56 38L52 42M56 38L52 34\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							Clinical Workflow Automation						\n					</h3>\n									<p>\n						 Streamlining paperwork, referrals, and repetitive tasks so doctors can focus on care.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><circle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"#4C7CE5\" stroke-width=\"4\"></circle><path d=\"M12 52C12 44.268 19.268 37 27 37H39C46.732 37 54 44.268 54 52\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path><path d=\"M52 20V16M52 16L50 18M52 16L54 18\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\"></path></svg>				\n									<h3>\n							Patient Personalization						\n					</h3>\n									<p>\n						 Customizing treatment plans using large-scale health data and machine learning.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\"><path d=\"M32 6L12 14V30C12 45.464 22.4637 58.661 32 62C41.5363 58.661 52 45.464 52 30V14L32 6Z\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M24 30L29 35L40 24\" stroke=\"#4C7CE5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>				\n									<h3>\n							AI Ethics &amp; Data Integrity						\n					</h3>\n									<p>\n						 Designing with transparency, patient safety, and regulatory compliance at the core.					</p>\n							<h2>Featured Articles</h2>					        \n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/Physician-Burnout-Crisis.jpg\" alt=\"Can Machine Learning Help Solve the Physician Burnout Crisis?\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n						Can Machine Learning Help Solve the Physician Burnout Crisis?					</a>\n				</h2>\n																																										<p>Physician burnout has reached crisis levels globally—driven by&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/can-machine-learning-help-solve-the-physician-burnout-crisis/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ethics-of-ai.jpg\" alt=\"The Ethics of AI Diagnosis: Striking the Right Balance\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>23</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n						The Ethics of AI Diagnosis: Striking the Right Balance					</a>\n				</h2>\n																																										<p>As artificial intelligence continues to reshape healthcare, the&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/the-ethics-of-ai-diagnosis-striking-the-right-balance/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                    <img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/How-Generative-AI-is-Transforming-Radiology.jpg\" alt=\"How Generative AI is Transforming Radiology\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <strong>22</strong>Jul\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n						How Generative AI is Transforming Radiology					</a>\n				</h2>\n																																										<p>Radiology is being revolutionized by the power of&hellip;</p>\n                                                                            <a id=\"\" href=\"https://betterhealthtech.server1.purelogics.net/hello-world/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n       					<h2> Trusted by Leaders Across the Healthcare Spectrum</h2>							\n																			<a href=\"https://www.mayoclinic.org/\">\n												<img width=\"56\" height=\"56\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/mayo-clinic-logo.svg\" alt=\"\" />											\n										</a>\n											<img width=\"147\" height=\"32\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-novant.webp\" alt=\"\" />										\n											<img width=\"167\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-duke.webp\" alt=\"\" />										\n											<img width=\"189\" height=\"30\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-pann.webp\" alt=\"\" />										\n											<img width=\"181\" height=\"40\" src=\"https://betterhealthtech.server1.purelogics.net/wp-content/uploads/2025/07/ico-ohio.webp\" alt=\"\" />										\n							<!-- .elementskit-clients-slider END -->','Home','','inherit','closed','closed','','9-revision-v1','','','2025-07-24 12:47:09','2025-07-24 12:47:09','',9,'https://betterhealthtech.server1.purelogics.net/?p=299',0,'revision','',0),(300,1,'2025-07-24 12:53:49','2025-07-24 12:53:49','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>					<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Socialize\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 12:53:49','2025-07-24 12:53:49','',131,'https://betterhealthtech.server1.purelogics.net/?p=300',0,'revision','',0),(301,1,'2025-07-24 12:53:50','2025-07-24 12:53:50','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>					<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Socialize\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 12:53:50','2025-07-24 12:53:50','',131,'https://betterhealthtech.server1.purelogics.net/?p=301',0,'revision','',0),(302,1,'2025-07-24 12:53:52','2025-07-24 12:53:52','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>							<ul>\n							<li>\n											<a href=\"#\">\n										About\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Partnerships\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Media & Press\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Careers\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Contact Us\n											</a>\n									</li>\n						</ul>\n							<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Join Our Newsletter\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 12:53:52','2025-07-24 12:53:52','',131,'https://betterhealthtech.server1.purelogics.net/?p=302',0,'revision','',0),(303,1,'2025-07-24 12:54:36','2025-07-24 12:54:36','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>							<ul>\n							<li>\n											<a href=\"#\">\n										About\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Partnerships\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Media & Press\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Careers\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Contact Us\n											</a>\n									</li>\n						</ul>\n							<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Join Our Newsletter\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 12:54:36','2025-07-24 12:54:36','',131,'https://betterhealthtech.server1.purelogics.net/?p=303',0,'revision','',0),(304,1,'2025-07-24 12:54:38','2025-07-24 12:54:38','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>							<ul>\n							<li>\n											<a href=\"#\">\n										About\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Partnerships\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Media & Press\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Careers\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Contact Us\n											</a>\n									</li>\n						</ul>\n							<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Join Our Newsletter\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 12:54:38','2025-07-24 12:54:38','',131,'https://betterhealthtech.server1.purelogics.net/?p=304',0,'revision','',0),(305,1,'2025-07-24 12:54:40','2025-07-24 12:54:40','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>							<ul>\n							<li>\n											<a href=\"#\">\n										About\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Partnerships\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Media & Press\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Careers\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Contact Us\n											</a>\n									</li>\n						</ul>\n							<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Join Our Newsletter\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 12:54:40','2025-07-24 12:54:40','',131,'https://betterhealthtech.server1.purelogics.net/?p=305',0,'revision','',0),(306,1,'2025-07-24 12:56:26','2025-07-24 12:56:26','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>							<ul>\n							<li>\n											<a href=\"#\">\n										About\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Partnerships\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Media & Press\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Careers\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Contact Us\n											</a>\n									</li>\n						</ul>\n							<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Join Our Newsletter\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 12:56:26','2025-07-24 12:56:26','',131,'https://betterhealthtech.server1.purelogics.net/?p=306',0,'revision','',0),(307,1,'2025-07-24 12:56:28','2025-07-24 12:56:28','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>							<ul>\n							<li>\n											<a href=\"#\">\n										About\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Partnerships\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Media & Press\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Careers\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Contact Us\n											</a>\n									</li>\n						</ul>\n							<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Join Our Newsletter\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 12:56:28','2025-07-24 12:56:28','',131,'https://betterhealthtech.server1.purelogics.net/?p=307',0,'revision','',0),(308,1,'2025-07-24 12:56:31','2025-07-24 12:56:31','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>							<ul>\n							<li>\n											<a href=\"#\">\n										About\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Partnerships\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Media & Press\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Careers\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Contact Us\n											</a>\n									</li>\n						</ul>\n							<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Join Our Newsletter\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 12:56:31','2025-07-24 12:56:31','',131,'https://betterhealthtech.server1.purelogics.net/?p=308',0,'revision','',0),(310,1,'2025-07-24 13:01:22','2025-07-24 13:01:22','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>							<ul>\n							<li>\n											<a href=\"#\">\n										About\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Partnerships\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Media & Press\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Careers\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Contact Us\n											</a>\n									</li>\n						</ul>\n							<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Join Our Newsletter\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 13:01:22','2025-07-24 13:01:22','',131,'https://betterhealthtech.server1.purelogics.net/?p=310',0,'revision','',0),(311,1,'2025-07-24 13:01:24','2025-07-24 13:01:24','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>							<ul>\n							<li>\n											<a href=\"#\">\n										About\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Partnerships\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Media & Press\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Careers\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Contact Us\n											</a>\n									</li>\n						</ul>\n							<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Join Our Newsletter\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 13:01:24','2025-07-24 13:01:24','',131,'https://betterhealthtech.server1.purelogics.net/?p=311',0,'revision','',0),(312,1,'2025-07-24 13:01:26','2025-07-24 13:01:26','<h2>Better Health Care</h2>		<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>							<ul>\n							<li>\n											<a href=\"#\">\n										About\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Partnerships\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Media & Press\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Careers\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Contact Us\n											</a>\n									</li>\n						</ul>\n							<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Join Our Newsletter\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-revision-v1','','','2025-07-24 13:01:26','2025-07-24 13:01:26','',131,'https://betterhealthtech.server1.purelogics.net/?p=312',0,'revision','',0),(313,1,'2025-07-24 13:03:19','2025-07-24 13:03:19','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".mission::before {\\n  content: \\\"\\\";\\n  position: absolute;\\n  left: 0;\\n  top: 50%;\\n  transform: translateY(-50%);\\n  width: 30px;\\n  height: 3px;\\n  background-color: #4c7ce5;\\n}\\n\\n.articles .elementskit-entry-header img {\\n    height: 219px !important;\\n    object-fit: cover;\\n}\\n\\n.articles .elementskit-post-body {\\n    min-height: 245px!important;\\n}\\n\\n.quick_links {\\n    padding-left: 40px;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-07-24 13:03:08\"\n    }\n}','','','trash','closed','closed','','c039cd55-45d7-43ee-b3e2-99eb413b6c62','','','2025-07-24 13:03:19','2025-07-24 13:03:19','',0,'https://betterhealthtech.server1.purelogics.net/?p=313',0,'customize_changeset','',0),(314,1,'2025-07-24 13:03:19','2025-07-24 13:03:19','.mission::before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  top: 50%;\n  transform: translateY(-50%);\n  width: 30px;\n  height: 3px;\n  background-color: #4c7ce5;\n}\n\n.articles .elementskit-entry-header img {\n    height: 219px !important;\n    object-fit: cover;\n}\n\n.articles .elementskit-post-body {\n    min-height: 245px!important;\n}\n\n.quick_links {\n    padding-left: 40px;\n}','hello-elementor','','inherit','closed','closed','','66-revision-v1','','','2025-07-24 13:03:19','2025-07-24 13:03:19','',66,'https://betterhealthtech.server1.purelogics.net/?p=314',0,'revision','',0),(315,1,'2025-07-24 13:04:15','2025-07-24 13:04:15','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".mission::before {\\n  content: \\\"\\\";\\n  position: absolute;\\n  left: 0;\\n  top: 50%;\\n  transform: translateY(-50%);\\n  width: 30px;\\n  height: 3px;\\n  background-color: #4c7ce5;\\n}\\n\\n.articles .elementskit-entry-header img {\\n    height: 219px !important;\\n    object-fit: cover;\\n}\\n\\n.articles .elementskit-post-body {\\n    min-height: 245px!important;\\n}\\n@media only screen and (min-width: 992px) {\\n.quick_links {\\n    padding-left: 40px;\\n}\\n\\t\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-07-24 13:04:15\"\n    }\n}','','','trash','closed','closed','','69d9a4ac-2aab-4f20-8371-766fd5ccdfc5','','','2025-07-24 13:04:15','2025-07-24 13:04:15','',0,'https://betterhealthtech.server1.purelogics.net/69d9a4ac-2aab-4f20-8371-766fd5ccdfc5/',0,'customize_changeset','',0),(316,1,'2025-07-24 13:04:15','2025-07-24 13:04:15','.mission::before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  top: 50%;\n  transform: translateY(-50%);\n  width: 30px;\n  height: 3px;\n  background-color: #4c7ce5;\n}\n\n.articles .elementskit-entry-header img {\n    height: 219px !important;\n    object-fit: cover;\n}\n\n.articles .elementskit-post-body {\n    min-height: 245px!important;\n}\n@media only screen and (min-width: 992px) {\n.quick_links {\n    padding-left: 40px;\n}\n	\n}','hello-elementor','','inherit','closed','closed','','66-revision-v1','','','2025-07-24 13:04:15','2025-07-24 13:04:15','',66,'https://betterhealthtech.server1.purelogics.net/?p=316',0,'revision','',0),(317,1,'2025-07-24 13:13:30','2025-07-24 13:13:30','<img src=\"https://betterhealthtech.server1.purelogics.net/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													<p>From diagnostics to patient care, we’re building AI solutions that make healthcare smarter, faster, and more human.</p>			<h2>Quick Links</h2>							<ul>\n							<li>\n											<a href=\"#\">\n										About\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Partnerships\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Media & Press\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Careers\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Contact Us\n											</a>\n									</li>\n						</ul>\n							<h2>Contact</h2>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										Tel: +440-98-5298\n									</li>\n								<li>\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@example.com\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>						\n										121 King Street, Melbourne\n									</li>\n						</ul>\n							<h2>Join Our Newsletter\n</h2>							<ul>\n							<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n										© 2025 Better Care. All Rights Reserved.\n									</li>\n						</ul>','Custom Footer','','inherit','closed','closed','','131-autosave-v1','','','2025-07-24 13:13:33','2025-07-24 13:13:33','',131,'https://betterhealthtech.server1.purelogics.net/?p=317',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(10,2,0),(123,1,0),(125,1,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,3),(2,2,'wp_theme','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'hello-elementor','hello-elementor',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','purelogics'),(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,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_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:\"25c7507a6b122dc1a9e86d72d291d938b9dd49a893476a8773505c91f37ed8c5\";a:4:{s:10:\"expiration\";i:1753520378;s:2:\"ip\";s:12:\"162.12.210.2\";s:2:\"ua\";s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1753347578;}s:64:\"be9613bc0048cad44593629530964a2b071e5eea645ebc9a644bf3b7c56fead5\";a:4:{s:10:\"expiration\";i:1753616578;s:2:\"ip\";s:12:\"162.12.210.2\";s:2:\"ua\";s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1753443778;}s:64:\"41d366eb9c23e94e9d33e5b21653a96b59827a921c6b21f1743c301f38d66bb9\";a:4:{s:10:\"expiration\";i:1753616617;s:2:\"ip\";s:12:\"162.12.210.2\";s:2:\"ua\";s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1753443817;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','5'),(18,1,'elementor_introduction','a:2:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;}'),(19,1,'_hello_elementor_install_notice','1'),(20,1,'elementor_admin_notices','a:1:{s:20:\"ally_pages_promotion\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}}'),(21,1,'wp_user-settings','libraryContent=browse&editor=tinymce'),(22,1,'wp_user-settings-time','1753195091'),(23,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"162.12.210.0\";}'),(24,1,'wp_persisted_preferences','a:3:{s:4:\"core\";a:1:{s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-07-23T10:52:17.559Z\";}'),(25,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\";}'),(26,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(27,1,'elementor_dismissed_editor_notices','a:1:{i:0;s:20:\"image_optimizer_hint\";}'),(28,1,'nav_menu_recently_edited','3'),(29,1,'wp_media_library_mode','list');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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 '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'purelogics','$wp$2y$10$cFaI1mk5OA5iokUZP1LWrOAiWPOsWK.6zxNubuu/bgKPgKP5Qjheq','purelogics','hammad.mubashar@purelogics.net','https://betterhealthtech.server1.purelogics.net','2025-07-22 14:07:43','',0,'purelogics');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpfm_backup`
--

DROP TABLE IF EXISTS `wp_wpfm_backup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpfm_backup` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `backup_name` text DEFAULT NULL,
  `backup_date` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpfm_backup`
--

LOCK TABLES `wp_wpfm_backup` WRITE;
/*!40000 ALTER TABLE `wp_wpfm_backup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpfm_backup` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2025-08-19 14:28:38
